aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/app.cpp21
-rw-r--r--src/app.hpp2
2 files changed, 2 insertions, 21 deletions
diff --git a/src/app.cpp b/src/app.cpp
index 8ff0c17..6d04325 100644
--- a/src/app.cpp
+++ b/src/app.cpp
@@ -14,28 +14,11 @@
* 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 "wm_client.hpp"
+#include "app.hpp"
+#include "../include/json.hpp"
#include "applist.hpp"
extern "C"
diff --git a/src/app.hpp b/src/app.hpp
index 4df650a..af7cd8f 100644
--- a/src/app.hpp
+++ b/src/app.hpp
@@ -22,12 +22,10 @@
#include <atomic>
#include <memory>
#include <unordered_map>
-#include <unordered_set>
#include <experimental/optional>
#include "controller_hooks.hpp"
#include "layers.hpp"
#include "layout.hpp"
-#include "result.hpp"
#include "wayland_ivi_wm.hpp"
#include "hmi-debug.h"
#include "request.hpp"