From 95269dbc8c38fb41ac50639eafa8d8c3e57ec748 Mon Sep 17 00:00:00 2001 From: Patrick Venture Date: Fri, 31 Aug 2018 09:19:17 -0700 Subject: update .clang-format header inclusion order Added the header inclusion order to the .clang-format file generated these changes. Change-Id: Ia31b21d7ea451cac0309828006bc17c27cbd5bd5 Signed-off-by: Patrick Venture --- example/asio-example.cpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'example/asio-example.cpp') diff --git a/example/asio-example.cpp b/example/asio-example.cpp index 7477357..31b55f2 100644 --- a/example/asio-example.cpp +++ b/example/asio-example.cpp @@ -1,11 +1,11 @@ -#include -#include +#include #include -#include -#include +#include +#include #include #include -#include +#include +#include int foo(int test) { -- cgit v1.2.3