use quotes for local headers
Signed-off-by: Patrick Venture <venture@google.com>
Change-Id: I95f247bd17cffab8b9ef3337f48336f8d7059c2d
diff --git a/include/ADCSensor.hpp b/include/ADCSensor.hpp
index 331a229..cb595c9 100644
--- a/include/ADCSensor.hpp
+++ b/include/ADCSensor.hpp
@@ -1,10 +1,11 @@
#pragma once
-#include <Thresholds.hpp>
+#include "Thresholds.hpp"
+#include "sensor.hpp"
+
#include <gpiod.hpp>
#include <optional>
#include <sdbusplus/asio/object_server.hpp>
-#include <sensor.hpp>
class BridgeGpio
{