From faf100f963c9cd8c81c277ad6bc188eecd0fc12b Mon Sep 17 00:00:00 2001 From: Ed Tanous Date: Thu, 25 May 2023 10:03:14 -0700 Subject: Fix some includes System includes should be included with <>, in-tree includes should be included with "". This was found manually, with the help of the following grep statement[1]. git grep -o -h "#include .*" | sort | uniq Tested: Code compiles Signed-off-by: Ed Tanous Change-Id: I1a6b2a5ba35ccbbb61c67b7c4b036a2d7b3a36a3 --- src/webserver_main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/webserver_main.cpp b/src/webserver_main.cpp index a7f06b8e76..d3021a83d0 100644 --- a/src/webserver_main.cpp +++ b/src/webserver_main.cpp @@ -4,6 +4,7 @@ #include "cors_preflight.hpp" #include "dbus_monitor.hpp" #include "dbus_singleton.hpp" +#include "google/google_service_root.hpp" #include "hostname_monitor.hpp" #include "ibm/management_console_rest.hpp" #include "image_upload.hpp" @@ -23,7 +24,6 @@ #include #include -#include #include #include #include -- cgit v1.2.3