aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/desktop/LayerSurface.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/desktop/LayerSurface.hpp')
-rw-r--r--src/desktop/LayerSurface.hpp6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/desktop/LayerSurface.hpp b/src/desktop/LayerSurface.hpp
index 6aa8eb81..e906fc6f 100644
--- a/src/desktop/LayerSurface.hpp
+++ b/src/desktop/LayerSurface.hpp
@@ -4,11 +4,7 @@
#include "../defines.hpp"
#include "WLSurface.hpp"
#include "../helpers/AnimatedVariable.hpp"
-
-struct SLayerRule {
- std::string targetNamespace = "";
- std::string rule = "";
-};
+#include "LayerRule.hpp"
class CLayerShellResource;