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/fluxbox.hh | |
parent | 4cc810b0d39917d37fa08034ac7dd509292c9ce3 (diff) | |
download | fluxbox-04cd2fd14c6f45f61457e034906f630ce46a76cc.zip fluxbox-04cd2fd14c6f45f61457e034906f630ce46a76cc.tar.bz2 |
removed some unneeded headers
Diffstat (limited to 'src/fluxbox.hh')
-rw-r--r-- | src/fluxbox.hh | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/src/fluxbox.hh b/src/fluxbox.hh index a6544e3..8dac8ed 100644 --- a/src/fluxbox.hh +++ b/src/fluxbox.hh | |||
@@ -24,8 +24,8 @@ | |||
24 | 24 | ||
25 | // $Id$ | 25 | // $Id$ |
26 | 26 | ||
27 | #ifndef FLUXBOX_HH | 27 | #ifndef FLUXBOX_HH |
28 | #define FLUXBOX_HH | 28 | #define FLUXBOX_HH |
29 | 29 | ||
30 | #include "FbTk/App.hh" | 30 | #include "FbTk/App.hh" |
31 | #include "FbTk/Resource.hh" | 31 | #include "FbTk/Resource.hh" |
@@ -34,7 +34,6 @@ | |||
34 | #include "FbTk/SignalHandler.hh" | 34 | #include "FbTk/SignalHandler.hh" |
35 | #include "AttentionNoticeHandler.hh" | 35 | #include "AttentionNoticeHandler.hh" |
36 | 36 | ||
37 | #include <X11/Xlib.h> | ||
38 | #include <X11/Xresource.h> | 37 | #include <X11/Xresource.h> |
39 | 38 | ||
40 | #ifdef HAVE_CSTDIO | 39 | #ifdef HAVE_CSTDIO |
@@ -51,7 +50,7 @@ | |||
51 | #include <sys/time.h> | 50 | #include <sys/time.h> |
52 | #include <time.h> | 51 | #include <time.h> |
53 | #else // !TIME_WITH_SYS_TIME | 52 | #else // !TIME_WITH_SYS_TIME |
54 | #ifdef HAVE_SYS_TIME_H | 53 | #ifdef HAVE_SYS_TIME_H |
55 | #include <sys/time.h> | 54 | #include <sys/time.h> |
56 | #else // !HAVE_SYS_TIME_H | 55 | #else // !HAVE_SYS_TIME_H |
57 | #include <time.h> | 56 | #include <time.h> |
@@ -73,9 +72,9 @@ class FbAtoms; | |||
73 | class Toolbar; | 72 | class Toolbar; |
74 | 73 | ||
75 | 74 | ||
76 | /// main class for the window manager. | 75 | /// main class for the window manager. |
77 | /** | 76 | /** |
78 | singleton type | 77 | singleton type |
79 | */ | 78 | */ |
80 | class Fluxbox : public FbTk::App, | 79 | class Fluxbox : public FbTk::App, |
81 | public FbTk::SignalEventHandler, | 80 | public FbTk::SignalEventHandler, |