summaryrefslogtreecommitdiffstats
path: root/src/app.hpp
diff options
context:
space:
mode:
authorMarcus Fritzsch <marcus_fritzsch@mentor.com>2017-08-08 12:04:28 +0200
committerMarcus Fritzsch <marcus_fritzsch@mentor.com>2017-08-08 17:30:50 +0200
commit343c700f2e1003855dfdeb4e2e7d102dc8bbe696 (patch)
tree5460dc02b588eafd151f9c5e35bce04a1d336b90 /src/app.hpp
parentadd2152e7561ea456068dd73ebbdc480d13e1015 (diff)
clang formatting
Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com>
Diffstat (limited to 'src/app.hpp')
-rw-r--r--src/app.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app.hpp b/src/app.hpp
index be155a9..1926ca4 100644
--- a/src/app.hpp
+++ b/src/app.hpp
@@ -21,12 +21,12 @@
#include <memory>
#include "afb_binding_api.hpp"
+#include "config.hpp"
#include "controller_hooks.hpp"
#include "layers.hpp"
#include "layout.hpp"
#include "result.hpp"
#include "wayland.hpp"
-#include "config.hpp"
namespace wl {
struct display;