use quotes for local headers
Signed-off-by: Patrick Venture <venture@google.com>
Change-Id: I95f247bd17cffab8b9ef3337f48336f8d7059c2d
diff --git a/src/PSUSensorMain.cpp b/src/PSUSensorMain.cpp
index d0e225b..9abde11 100644
--- a/src/PSUSensorMain.cpp
+++ b/src/PSUSensorMain.cpp
@@ -14,9 +14,10 @@
// limitations under the License.
*/
-#include <PSUEvent.hpp>
-#include <PSUSensor.hpp>
-#include <Utils.hpp>
+#include "PSUEvent.hpp"
+#include "PSUSensor.hpp"
+#include "Utils.hpp"
+
#include <boost/algorithm/string/predicate.hpp>
#include <boost/algorithm/string/replace.hpp>
#include <boost/container/flat_set.hpp>