From 3a5071a9256ded54366494e161045db73b2d7a92 Mon Sep 17 00:00:00 2001 From: Patrick Venture Date: Wed, 12 Sep 2018 13:27:42 -0700 Subject: move filesystem inclusion to bottom of list Change-Id: I4aa3c984992236bb5b4a5c62c3d42a33c12d55de Signed-off-by: Patrick Venture --- selutility.cpp | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) (limited to 'selutility.cpp') diff --git a/selutility.cpp b/selutility.cpp index 228bf62..0789be4 100644 --- a/selutility.cpp +++ b/selutility.cpp @@ -2,8 +2,15 @@ #include "selutility.hpp" +#include "types.hpp" +#include "utils.hpp" + +#include + #include +#include #include +#include #if __has_include() #include @@ -18,14 +25,6 @@ namespace filesystem = std::experimental::filesystem; #error filesystem not available #endif -#include "types.hpp" -#include "utils.hpp" - -#include - -#include -#include - extern const ipmi::sensor::InvObjectIDMap invSensors; using namespace phosphor::logging; using InternalFailure = -- cgit v1.2.1