diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/fluxbox.hh | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/src/fluxbox.hh b/src/fluxbox.hh index b6ac9b7..0d446d8 100644 --- a/src/fluxbox.hh +++ b/src/fluxbox.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: fluxbox.hh,v 1.33 2002/11/27 21:59:25 fluxgen Exp $ | 25 | // $Id: fluxbox.hh,v 1.34 2002/11/30 20:16:14 fluxgen Exp $ |
26 | 26 | ||
27 | #ifndef FLUXBOX_HH | 27 | #ifndef FLUXBOX_HH |
28 | #define FLUXBOX_HH | 28 | #define FLUXBOX_HH |
@@ -30,10 +30,7 @@ | |||
30 | #include "Resource.hh" | 30 | #include "Resource.hh" |
31 | #include "Keys.hh" | 31 | #include "Keys.hh" |
32 | #include "BaseDisplay.hh" | 32 | #include "BaseDisplay.hh" |
33 | #include "Image.hh" | ||
34 | #include "Timer.hh" | 33 | #include "Timer.hh" |
35 | #include "Window.hh" | ||
36 | #include "Tab.hh" | ||
37 | #include "Toolbar.hh" | 34 | #include "Toolbar.hh" |
38 | #include "Observer.hh" | 35 | #include "Observer.hh" |
39 | 36 | ||
@@ -71,6 +68,8 @@ | |||
71 | #include <vector> | 68 | #include <vector> |
72 | 69 | ||
73 | class AtomHandler; | 70 | class AtomHandler; |
71 | class FluxboxWindow; | ||
72 | class Tab; | ||
74 | 73 | ||
75 | /** | 74 | /** |
76 | main class for the window manager. | 75 | main class for the window manager. |