aboutsummaryrefslogtreecommitdiffstats
path: root/src/app.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/app.hpp')
-rw-r--r--src/app.hpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/app.hpp b/src/app.hpp
index a0da1ba..0db2e06 100644
--- a/src/app.hpp
+++ b/src/app.hpp
@@ -18,18 +18,15 @@
#define TMCAGLWM_APP_HPP
#include <json-c/json.h>
-
#include <atomic>
#include <memory>
#include <unordered_map>
-#include <unordered_set>
#include <experimental/optional>
#include "config.hpp"
#include "controller_hooks.hpp"
#include "layers.hpp"
#include "layout.hpp"
#include "policy.hpp"
-#include "result.hpp"
#include "wayland_ivi_wm.hpp"
#include "hmi-debug.h"