Apply misc-include-cleaner fixes
misc-include-cleaner seems to have found a lot more things all of a
sudden. Unclear why the result has changed, but we can just fix the
issues.
Tested: Clang-tidy now passes. Code compiles.
Change-Id: Iab045cc183f0daef663b4d5ac901200a42807987
Signed-off-by: Ed Tanous <etanous@nvidia.com>
diff --git a/src/fan/TachSensor.hpp b/src/fan/TachSensor.hpp
index d2ca101..6e22f76 100644
--- a/src/fan/TachSensor.hpp
+++ b/src/fan/TachSensor.hpp
@@ -2,15 +2,19 @@
#include "PresenceGpio.hpp"
#include "Thresholds.hpp"
+#include "Utils.hpp"
#include "sensor.hpp"
+#include <boost/asio/io_context.hpp>
#include <boost/asio/random_access_file.hpp>
+#include <boost/asio/steady_timer.hpp>
#include <boost/container/flat_map.hpp>
-#include <boost/container/flat_set.hpp>
-#include <gpiod.hpp>
#include <phosphor-logging/lg2.hpp>
+#include <sdbusplus/asio/connection.hpp>
#include <sdbusplus/asio/object_server.hpp>
+#include <array>
+#include <cstddef>
#include <memory>
#include <optional>
#include <string>