summaryrefslogtreecommitdiff
path: root/include/google
diff options
context:
space:
mode:
Diffstat (limited to 'include/google')
-rw-r--r--include/google/google_service_root.hpp15
1 files changed, 8 insertions, 7 deletions
diff --git a/include/google/google_service_root.hpp b/include/google/google_service_root.hpp
index f14cffe20b..7d48845714 100644
--- a/include/google/google_service_root.hpp
+++ b/include/google/google_service_root.hpp
@@ -1,13 +1,14 @@
#pragma once
-#include <app.hpp>
-#include <async_resp.hpp>
-#include <dbus_utility.hpp>
-#include <error_messages.hpp>
+#include "app.hpp"
+#include "async_resp.hpp"
+#include "dbus_utility.hpp"
+#include "error_messages.hpp"
+#include "utils/collection.hpp"
+#include "utils/hex_utils.hpp"
+#include "utils/json_utils.hpp"
+
#include <nlohmann/json.hpp>
-#include <utils/collection.hpp>
-#include <utils/hex_utils.hpp>
-#include <utils/json_utils.hpp>
#include <array>
#include <string_view>