diff options
Diffstat (limited to 'include/core/screen.h')
-rw-r--r-- | include/core/screen.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/core/screen.h b/include/core/screen.h index ea58bf7..a076b42 100644 --- a/include/core/screen.h +++ b/include/core/screen.h @@ -31,7 +31,6 @@ #include <core/window.h> #include <core/output.h> #include <core/session.h> -#include <core/metadata.h> #include <core/plugin.h> #include <core/match.h> #include <core/pluginclasses.h> @@ -48,7 +47,6 @@ extern bool noDetection; extern bool debugOutput; extern CompScreen *screen; -extern CompMetadata *coreMetadata; extern int lastPointerX; extern int lastPointerY; |