diff options
author | Mathias Gumz <akira at fluxbox dot org> | 2007-12-30 15:32:53 (GMT) |
---|---|---|
committer | Mathias Gumz <akira at fluxbox dot org> | 2007-12-30 15:32:53 (GMT) |
commit | 04cd2fd14c6f45f61457e034906f630ce46a76cc (patch) | |
tree | 67e2f2f7977c3e8525c2ae7eb30f593f7f440b82 /src/Xinerama.hh | |
parent | 4cc810b0d39917d37fa08034ac7dd509292c9ce3 (diff) | |
download | fluxbox-04cd2fd14c6f45f61457e034906f630ce46a76cc.zip fluxbox-04cd2fd14c6f45f61457e034906f630ce46a76cc.tar.bz2 |
removed some unneeded headers
Diffstat (limited to 'src/Xinerama.hh')
-rw-r--r-- | src/Xinerama.hh | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/Xinerama.hh b/src/Xinerama.hh index 24b4ca1..18c99d6 100644 --- a/src/Xinerama.hh +++ b/src/Xinerama.hh | |||
@@ -25,13 +25,13 @@ | |||
25 | #ifndef XINERAMA_HH | 25 | #ifndef XINERAMA_HH |
26 | #define XINERAMA_HH | 26 | #define XINERAMA_HH |
27 | 27 | ||
28 | #include "MenuItem.hh" | ||
29 | #include "FbMenu.hh" | 28 | #include "FbMenu.hh" |
30 | #include "RefCount.hh" | ||
31 | #include "SimpleCommand.hh" | ||
32 | |||
33 | #include "fluxbox.hh" | 29 | #include "fluxbox.hh" |
34 | 30 | ||
31 | #include "FbTk/RefCount.hh" | ||
32 | #include "FbTk/SimpleCommand.hh" | ||
33 | #include "FbTk/MenuItem.hh" | ||
34 | |||
35 | // provides a generic way for giving an object a xinerama head menu | 35 | // provides a generic way for giving an object a xinerama head menu |
36 | // The object must have two functions: | 36 | // The object must have two functions: |
37 | // int getOnHead(), and | 37 | // int getOnHead(), and |