summaryrefslogtreecommitdiffstats
path: root/example/asio-example.cpp
diff options
context:
space:
mode:
authorPatrick Venture <venture@google.com>2018-08-31 09:19:17 -0700
committerPatrick Venture <venture@google.com>2018-08-31 12:44:45 -0700
commit95269dbc8c38fb41ac50639eafa8d8c3e57ec748 (patch)
tree96717cba084c97a81d8ce19d49b5bce21ce53daa /example/asio-example.cpp
parent0b5d1e013f79546a12abf5648906ad08ca4df0f4 (diff)
downloadsdbusplus-95269dbc8c38fb41ac50639eafa8d8c3e57ec748.tar.gz
sdbusplus-95269dbc8c38fb41ac50639eafa8d8c3e57ec748.zip
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 <venture@google.com>
Diffstat (limited to 'example/asio-example.cpp')
-rw-r--r--example/asio-example.cpp10
1 files changed, 5 insertions, 5 deletions
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 <iostream>
-#include <ctime>
+#include <boost/asio.hpp>
#include <chrono>
-#include <sdbusplus/bus.hpp>
-#include <sdbusplus/server.hpp>
+#include <ctime>
+#include <iostream>
#include <sdbusplus/asio/connection.hpp>
#include <sdbusplus/asio/object_server.hpp>
-#include <boost/asio.hpp>
+#include <sdbusplus/bus.hpp>
+#include <sdbusplus/server.hpp>
int foo(int test)
{
OpenPOWER on IntegriCloud