From 3d6d3182ee0b0e88b81fbbbe5c91dea3e99425a9 Mon Sep 17 00:00:00 2001 From: Patrick Venture Date: Fri, 31 Aug 2018 09:33:09 -0700 Subject: update .clang-format Added the header inclusion order to the .clang-format file generated these changes. Change-Id: I4f51a20f469de431ee6a5ba78e3f4da39c980fab Signed-off-by: Patrick Venture --- src/sdbusplus.hpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/sdbusplus.hpp') diff --git a/src/sdbusplus.hpp b/src/sdbusplus.hpp index 0a8e715..96a8903 100644 --- a/src/sdbusplus.hpp +++ b/src/sdbusplus.hpp @@ -1,11 +1,12 @@ #pragma once +#include "data_types.hpp" + #include #include +#include #include #include -#include -#include "data_types.hpp" struct Loop; -- cgit v1.2.1