diff options
Diffstat (limited to 'src/layers.hpp')
-rw-r--r-- | src/layers.hpp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/layers.hpp b/src/layers.hpp index 6ecf2e7..e4160a5 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" |