sensorcommands.hpp: use quotes for project headers

Signed-off-by: Patrick Venture <venture@google.com>
Change-Id: I46b8b3831b89f977fd77f87f192f51872c8246e5
diff --git a/include/sensorcommands.hpp b/include/sensorcommands.hpp
index 0bcd6f9..7804621 100644
--- a/include/sensorcommands.hpp
+++ b/include/sensorcommands.hpp
@@ -15,9 +15,10 @@
 */
 
 #pragma once
+#include "sdrutils.hpp"
+
 #include <cstdint>
 #include <ipmid/api.hpp>
-#include <sdrutils.hpp>
 
 #pragma pack(push, 1)