diff options
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> |