From 64ed0324fe01c76ba7ada09243228b5ec45c6cda Mon Sep 17 00:00:00 2001 From: Marcus Fritzsch Date: Thu, 27 Jul 2017 23:53:26 +0200 Subject: clang-tidy once more Signed-off-by: Marcus Fritzsch --- src/app.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/app.cpp') 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 #include @@ -106,7 +106,7 @@ struct result } // 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; -- cgit 1.2.3-korg