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/Gnome.cc | |
parent | 4cc810b0d39917d37fa08034ac7dd509292c9ce3 (diff) | |
download | fluxbox-04cd2fd14c6f45f61457e034906f630ce46a76cc.zip fluxbox-04cd2fd14c6f45f61457e034906f630ce46a76cc.tar.bz2 |
removed some unneeded headers
Diffstat (limited to 'src/Gnome.cc')
-rw-r--r-- | src/Gnome.cc | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/Gnome.cc b/src/Gnome.cc index e570526..b6f10e1 100644 --- a/src/Gnome.cc +++ b/src/Gnome.cc | |||
@@ -23,16 +23,15 @@ | |||
23 | 23 | ||
24 | #include "Gnome.hh" | 24 | #include "Gnome.hh" |
25 | 25 | ||
26 | #include "App.hh" | 26 | #include "FbTk/App.hh" |
27 | #include "FbTk/I18n.hh" | ||
27 | #include "Window.hh" | 28 | #include "Window.hh" |
28 | #include "Screen.hh" | 29 | #include "Screen.hh" |
29 | #include "WinClient.hh" | 30 | #include "WinClient.hh" |
30 | #include "Workspace.hh" | 31 | #include "Workspace.hh" |
31 | #include "Layer.hh" | 32 | #include "Layer.hh" |
32 | #include "FbTk/I18n.hh" | ||
33 | 33 | ||
34 | #include <iostream> | 34 | #include <iostream> |
35 | #include <new> | ||
36 | #ifdef HAVE_CSTRING | 35 | #ifdef HAVE_CSTRING |
37 | #include <cstring> | 36 | #include <cstring> |
38 | #else | 37 | #else |