aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/layers.cpp3
-rw-r--r--src/layers.hpp5
2 files changed, 1 insertions, 7 deletions
diff --git a/src/layers.cpp b/src/layers.cpp
index f5f7a89..6c6be55 100644
--- a/src/layers.cpp
+++ b/src/layers.cpp
@@ -14,12 +14,9 @@
* limitations under the License.
*/
-#include <algorithm>
#include <regex>
-#include "json_helper.hpp"
#include "layers.hpp"
-#include "util.hpp"
#include "hmi-debug.h"
namespace wm
diff --git a/src/layers.hpp b/src/layers.hpp
index c01d45e..5a18fad 100644
--- a/src/layers.hpp
+++ b/src/layers.hpp
@@ -17,12 +17,9 @@
#ifndef TMCAGLWM_LAYERS_H
#define TMCAGLWM_LAYERS_H
-#include <json.hpp>
-
-#include <regex>
-#include <set>
#include <string>
+#include "../include/json.hpp"
#include "layout.hpp"
#include "result.hpp"
#include "wayland_ivi_wm.hpp"