diff options
author | fluxgen <fluxgen> | 2002-10-19 14:15:07 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2002-10-19 14:15:07 (GMT) |
commit | 5e5dc14ea99f406abcd9c4110478fd4d594f59a2 (patch) | |
tree | 85ee044ab031e16875a9ef41e71a7c400af4d773 /src/fluxbox.hh | |
parent | 00ed3b97cfe37690373668a3876df178a6e1c6c4 (diff) | |
download | fluxbox-5e5dc14ea99f406abcd9c4110478fd4d594f59a2.zip fluxbox-5e5dc14ea99f406abcd9c4110478fd4d594f59a2.tar.bz2 |
minor include fix
Diffstat (limited to 'src/fluxbox.hh')
-rw-r--r-- | src/fluxbox.hh | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/fluxbox.hh b/src/fluxbox.hh index 6cca1c6..b7852f1 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.30 2002/10/15 20:49:00 fluxgen Exp $ | 25 | // $Id: fluxbox.hh,v 1.31 2002/10/19 14:15:07 fluxgen Exp $ |
26 | 26 | ||
27 | #ifndef FLUXBOX_HH | 27 | #ifndef FLUXBOX_HH |
28 | #define FLUXBOX_HH | 28 | #define FLUXBOX_HH |
@@ -64,14 +64,14 @@ | |||
64 | #endif // HAVE_SYS_TIME_H | 64 | #endif // HAVE_SYS_TIME_H |
65 | #endif // TIME_WITH_SYS_TIME | 65 | #endif // TIME_WITH_SYS_TIME |
66 | 66 | ||
67 | #include <list> | ||
68 | #include <map> | ||
69 | #include <memory> | ||
67 | #include <string> | 70 | #include <string> |
68 | #include <vector> | 71 | #include <vector> |
69 | #include <map> | ||
70 | #include <list> | ||
71 | 72 | ||
72 | class AtomHandler; | 73 | class AtomHandler; |
73 | 74 | ||
74 | |||
75 | /** | 75 | /** |
76 | main class for the window manager. | 76 | main class for the window manager. |
77 | singleton type | 77 | singleton type |