summaryrefslogtreecommitdiffstats
path: root/src/app.hpp
diff options
context:
space:
mode:
authorMarcus Fritzsch <marcus_fritzsch@mentor.com>2017-07-28 15:06:05 +0200
committerMarcus Fritzsch <marcus_fritzsch@mentor.com>2017-08-08 17:24:00 +0200
commitb9db068403f76da8c7cc12a5cebce92308de0653 (patch)
tree22b5f97890d7f85f43b023fff850d198781c6cff /src/app.hpp
parentbd3363946030c35ed5b795d5b30d5d2a34aaad84 (diff)
app: clang-format
Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com>
Diffstat (limited to 'src/app.hpp')
-rw-r--r--src/app.hpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/app.hpp b/src/app.hpp
index 512f272..247f772 100644
--- a/src/app.hpp
+++ b/src/app.hpp
@@ -9,11 +9,11 @@
#include <memory>
#include "afb_binding_api.hpp"
-#include "result.hpp"
-#include "wayland.hpp"
-#include "layout.hpp"
#include "controller_hooks.hpp"
#include "layers.hpp"
+#include "layout.hpp"
+#include "result.hpp"
+#include "wayland.hpp"
namespace wl {
struct display;