aboutsummaryrefslogtreecommitdiffstats
path: root/src/wm_layer_control.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/wm_layer_control.hpp')
-rw-r--r--src/wm_layer_control.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wm_layer_control.hpp b/src/wm_layer_control.hpp
index dacb557..bb0aee1 100644
--- a/src/wm_layer_control.hpp
+++ b/src/wm_layer_control.hpp
@@ -19,10 +19,10 @@
#include <vector>
#include "wm_error.hpp"
-#include "wm_layer.hpp"
namespace wm {
+class WMLayer;
class LayerControl
{
public: