diff options
Diffstat (limited to 'src')
-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 |