aboutsummaryrefslogtreecommitdiffstats
path: root/src/app.hpp
diff options
context:
space:
mode:
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;