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/resolve_errors.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/resolve_errors.cpp') diff --git a/src/resolve_errors.cpp b/src/resolve_errors.cpp index 47277eb..e932aff 100644 --- a/src/resolve_errors.cpp +++ b/src/resolve_errors.cpp @@ -13,10 +13,12 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -#include #include "resolve_errors.hpp" + #include "sdbusplus.hpp" +#include + namespace phosphor { namespace dbus -- cgit v1.2.1