diff options
author | fluxgen <fluxgen> | 2003-04-26 14:47:40 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2003-04-26 14:47:40 (GMT) |
commit | 5856d7af0d04bf48d4659331b464e171e10343fd (patch) | |
tree | 1baaa0c778dcac30ae707b27f3cdb1bcc2245107 | |
parent | e3c5e77bbf005ee76b99db248d13b1a56bb38578 (diff) | |
download | fluxbox-5856d7af0d04bf48d4659331b464e171e10343fd.zip fluxbox-5856d7af0d04bf48d4659331b464e171e10343fd.tar.bz2 |
minor cleaning
-rw-r--r-- | src/Screen.hh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Screen.hh b/src/Screen.hh index 42be8da..e048b27 100644 --- a/src/Screen.hh +++ b/src/Screen.hh | |||
@@ -22,7 +22,7 @@ | |||
22 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER | 22 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER |
23 | // DEALINGS IN THE SOFTWARE. | 23 | // DEALINGS IN THE SOFTWARE. |
24 | 24 | ||
25 | // $Id: Screen.hh,v 1.86 2003/04/25 11:56:12 fluxgen Exp $ | 25 | // $Id: Screen.hh,v 1.87 2003/04/26 14:47:40 fluxgen Exp $ |
26 | 26 | ||
27 | #ifndef SCREEN_HH | 27 | #ifndef SCREEN_HH |
28 | #define SCREEN_HH | 28 | #define SCREEN_HH |
@@ -31,7 +31,6 @@ | |||
31 | #include "Resource.hh" | 31 | #include "Resource.hh" |
32 | #include "Subject.hh" | 32 | #include "Subject.hh" |
33 | #include "MultLayers.hh" | 33 | #include "MultLayers.hh" |
34 | #include "XLayerItem.hh" | ||
35 | #include "ToolbarHandler.hh" | 34 | #include "ToolbarHandler.hh" |
36 | #include "Slit.hh" | 35 | #include "Slit.hh" |
37 | 36 | ||
@@ -56,6 +55,7 @@ namespace FbTk { | |||
56 | class MenuTheme; | 55 | class MenuTheme; |
57 | class Menu; | 56 | class Menu; |
58 | class ImageControl; | 57 | class ImageControl; |
58 | class XLayerItem; | ||
59 | }; | 59 | }; |
60 | 60 | ||
61 | /// Handles screen connection, screen clients and workspaces | 61 | /// Handles screen connection, screen clients and workspaces |