use quotes for project headers
Signed-off-by: Patrick Venture <venture@google.com>
Change-Id: I2471dae46ddd54b6e3e118ac75e73015928e00d5
diff --git a/src/FruDevice.cpp b/src/FruDevice.cpp
index 8c33a3a..87b7d40 100644
--- a/src/FruDevice.cpp
+++ b/src/FruDevice.cpp
@@ -14,12 +14,13 @@
// limitations under the License.
*/
+#include "Utils.hpp"
+
#include <errno.h>
#include <fcntl.h>
#include <sys/inotify.h>
#include <sys/ioctl.h>
-#include <Utils.hpp>
#include <boost/algorithm/string/predicate.hpp>
#include <boost/container/flat_map.hpp>
#include <chrono>