summaryrefslogtreecommitdiffstats
path: root/src/app.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/app.cpp')
-rw-r--r--src/app.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/app.cpp b/src/app.cpp
index 482aff1..871222f 100644
--- a/src/app.cpp
+++ b/src/app.cpp
@@ -4,10 +4,10 @@
#include "app.hpp"
#include "json_helper.hpp"
+#include "layers.hpp"
#include "layout.hpp"
#include "util.hpp"
#include "wayland.hpp"
-#include "layers.hpp"
#include <cstdio>
#include <memory>
@@ -106,7 +106,7 @@ struct result<surface_id_to_layer_map>
} // namespace
App::App(wl::display *d)
- : api{this}, display{d}, controller{}, outputs(), layouts() {
+ : api{this}, display{d}, controller{} {
// layouts(load_layout("../layout.json").unwrap()) {
assert(g_app == nullptr);
g_app = this;