aboutsummaryrefslogtreecommitdiffstats
path: root/src/app.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/app.cpp')
-rw-r--r--src/app.cpp22
1 files changed, 4 insertions, 18 deletions
diff --git a/src/app.cpp b/src/app.cpp
index 4076f85..e7048c4 100644
--- a/src/app.cpp
+++ b/src/app.cpp
@@ -14,26 +14,12 @@
* limitations under the License.
*/
-#include "app.hpp"
-#include "json_helper.hpp"
-#include "layers.hpp"
-#include "layout.hpp"
-#include "util.hpp"
-#include "wayland_ivi_wm.hpp"
-
-#include <cstdio>
-#include <memory>
-
-#include <cassert>
-
-#include <json-c/json.h>
-
-#include <algorithm>
-#include <csignal>
#include <fstream>
-#include <json.hpp>
#include <regex>
-#include <thread>
+
+#include "app.hpp"
+#include "../include/json.hpp"
+
namespace wm {