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/Slit.cc | |
parent | 4cc810b0d39917d37fa08034ac7dd509292c9ce3 (diff) | |
download | fluxbox_pavel-04cd2fd14c6f45f61457e034906f630ce46a76cc.zip fluxbox_pavel-04cd2fd14c6f45f61457e034906f630ce46a76cc.tar.bz2 |
removed some unneeded headers
Diffstat (limited to 'src/Slit.cc')
-rw-r--r-- | src/Slit.cc | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/src/Slit.cc b/src/Slit.cc index 7dfd2f4..5a19eaf 100644 --- a/src/Slit.cc +++ b/src/Slit.cc | |||
@@ -36,19 +36,19 @@ | |||
36 | #endif // HAVE_CONFIG_H | 36 | #endif // HAVE_CONFIG_H |
37 | 37 | ||
38 | #include "Screen.hh" | 38 | #include "Screen.hh" |
39 | #include "ImageControl.hh" | 39 | #include "FbTk/ImageControl.hh" |
40 | #include "RefCount.hh" | 40 | #include "FbTk/RefCount.hh" |
41 | #include "EventManager.hh" | 41 | #include "FbTk/EventManager.hh" |
42 | #include "SimpleCommand.hh" | 42 | #include "FbTk/SimpleCommand.hh" |
43 | #include "FbTk/Theme.hh" | ||
44 | #include "FbTk/Transparent.hh" | ||
43 | #include "MacroCommand.hh" | 45 | #include "MacroCommand.hh" |
44 | #include "FbCommands.hh" | 46 | #include "FbCommands.hh" |
45 | #include "Layer.hh" | 47 | #include "Layer.hh" |
46 | #include "LayerMenu.hh" | 48 | #include "LayerMenu.hh" |
47 | #include "XLayer.hh" | 49 | #include "XLayer.hh" |
48 | #include "RootTheme.hh" | 50 | #include "RootTheme.hh" |
49 | #include "FbTk/Theme.hh" | ||
50 | #include "FbMenu.hh" | 51 | #include "FbMenu.hh" |
51 | #include "Transparent.hh" | ||
52 | 52 | ||
53 | #ifdef XINERAMA | 53 | #ifdef XINERAMA |
54 | #include "Xinerama.hh" | 54 | #include "Xinerama.hh" |
@@ -70,7 +70,6 @@ | |||
70 | #endif // HAVE_SYS_STAT_H | 70 | #endif // HAVE_SYS_STAT_H |
71 | 71 | ||
72 | #include <X11/Xatom.h> | 72 | #include <X11/Xatom.h> |
73 | #include <X11/Xlib.h> | ||
74 | 73 | ||
75 | #include <iostream> | 74 | #include <iostream> |
76 | #include <algorithm> | 75 | #include <algorithm> |