Automated Code Change PiperOrigin-RevId: 970356812 Change-Id: I06ebcce295db947ba377f88b775064b75997f8dd
diff --git a/tlbmc/thermal/controller/first_order_adrc_controller.cc b/tlbmc/thermal/controller/first_order_adrc_controller.cc index 89cb5a0..530f324 100644 --- a/tlbmc/thermal/controller/first_order_adrc_controller.cc +++ b/tlbmc/thermal/controller/first_order_adrc_controller.cc
@@ -2,7 +2,6 @@ #include <algorithm> #include <cmath> -#include <limits> #include <memory> #include <optional> #include <string>
diff --git a/tlbmc/thermal/controller/second_order_adrc_controller.cc b/tlbmc/thermal/controller/second_order_adrc_controller.cc index 777fcb0..b386949 100644 --- a/tlbmc/thermal/controller/second_order_adrc_controller.cc +++ b/tlbmc/thermal/controller/second_order_adrc_controller.cc
@@ -2,7 +2,6 @@ #include <algorithm> #include <cmath> -#include <limits> #include <memory> #include <optional> #include <string>