From 76ed35ea52b5ab35ab91a59aeefb7a154052060f Mon Sep 17 00:00:00 2001 From: Henning Baldersheim Date: Tue, 1 Dec 2020 10:51:20 +0000 Subject: Misc cleanup of includes and code health --- configd/src/apps/sentinel/cmdq.cpp | 2 +- configd/src/apps/sentinel/rpchooks.cpp | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) (limited to 'configd/src') diff --git a/configd/src/apps/sentinel/cmdq.cpp b/configd/src/apps/sentinel/cmdq.cpp index 8fa3726c7f6..489ae97228f 100644 --- a/configd/src/apps/sentinel/cmdq.cpp +++ b/configd/src/apps/sentinel/cmdq.cpp @@ -1,7 +1,7 @@ // Copyright 2019 Oath Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. #include "cmdq.h" -#include +#include namespace config::sentinel { diff --git a/configd/src/apps/sentinel/rpchooks.cpp b/configd/src/apps/sentinel/rpchooks.cpp index 99bcd404402..aef58b8a1dc 100644 --- a/configd/src/apps/sentinel/rpchooks.cpp +++ b/configd/src/apps/sentinel/rpchooks.cpp @@ -2,7 +2,8 @@ #include "rpchooks.h" #include "cmdq.h" -#include +#include +#include #include LOG_SETUP(".rpchooks"); -- cgit v1.2.3