aboutsummaryrefslogtreecommitdiff
path: root/src/fluxbox.cc
diff options
context:
space:
mode:
authormathias <mathias>2007-04-17 07:52:40 (GMT)
committermathias <mathias>2007-04-17 07:52:40 (GMT)
commit6ac57655d9b0cf02d449aa9a01c7a82f5f3bbffa (patch)
tree13906ff4f8b3beee31b866695f742971407ee795 /src/fluxbox.cc
parent20a339fc066e5580777ea17f22bec8fde0e817dd (diff)
downloadfluxbox-6ac57655d9b0cf02d449aa9a01c7a82f5f3bbffa.zip
fluxbox-6ac57655d9b0cf02d449aa9a01c7a82f5f3bbffa.tar.bz2
basicly cosmetic changes, patch by slava semushin
Diffstat (limited to 'src/fluxbox.cc')
-rw-r--r--src/fluxbox.cc12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/fluxbox.cc b/src/fluxbox.cc
index 5dc2b52..e0bb345 100644
--- a/src/fluxbox.cc
+++ b/src/fluxbox.cc
@@ -134,21 +134,9 @@ class Toolbar { };
134#include <sys/stat.h> 134#include <sys/stat.h>
135#endif // HAVE_SYS_STAT_H 135#endif // HAVE_SYS_STAT_H
136 136
137#ifdef TIME_WITH_SYS_TIME
138#include <sys/time.h>
139#include <time.h>
140#else // !TIME_WITH_SYS_TIME
141#ifdef HAVE_SYS_TIME_H
142#include <sys/time.h>
143#else // !HAVE_SYS_TIME_H
144#include <time.h>
145#endif // HAVE_SYS_TIME_H
146#endif // TIME_WITH_SYS_TIME
147
148#include <sys/wait.h> 137#include <sys/wait.h>
149 138
150#include <iostream> 139#include <iostream>
151#include <string>
152#include <memory> 140#include <memory>
153#include <algorithm> 141#include <algorithm>
154#include <typeinfo> 142#include <typeinfo>