diff options
author | Dennis Kasprzyk <onestone@compiz-fusion.org> | 2008-08-21 00:51:03 +0200 |
---|---|---|
committer | Dennis kasprzyk <onestone@compiz-fusion.org> | 2008-08-21 00:51:03 +0200 |
commit | b0a83124e3668296b5db42ee5eff3ecf674d8d6a (patch) | |
tree | e7e7d686d3a4bb33f9a434c256ed742d493afca7 /src/match.cpp | |
parent | 3808dcc20b40c441f2c3b72bba151a6404d1f322 (diff) | |
download | zcomp-b0a83124e3668296b5db42ee5eff3ecf674d8d6a.tar.gz zcomp-b0a83124e3668296b5db42ee5eff3ecf674d8d6a.tar.bz2 |
Cleanup compiz[-core].h
Diffstat (limited to 'src/match.cpp')
-rw-r--r-- | src/match.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/match.cpp b/src/match.cpp index d6d6bd7..12e1e68 100644 --- a/src/match.cpp +++ b/src/match.cpp @@ -32,7 +32,10 @@ #include <compiz-core.h> #include "privatedisplay.h" +#include <compscreen.h> #include <compmatch.h> +#include <compwindow.h> +#include <compplugin.h> #include "privatematch.h" class CoreExp : public CompMatch::Expression { |