aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authormathias <mathias>2004-12-18 01:10:33 (GMT)
committermathias <mathias>2004-12-18 01:10:33 (GMT)
commit6458b1b485c7481da6d2d1bf235b44fe3b700bd3 (patch)
tree5fdf654762e7b5db104283d1f2c5af0e623c8794 /src
parent0096ce6ea968767d0e1953ba031ee81b2f0ce2f2 (diff)
downloadfluxbox-6458b1b485c7481da6d2d1bf235b44fe3b700bd3.zip
fluxbox-6458b1b485c7481da6d2d1bf235b44fe3b700bd3.tar.bz2
cosmetic, double #include of the same header
Diffstat (limited to 'src')
-rw-r--r--src/FbTk/Timer.hh1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/FbTk/Timer.hh b/src/FbTk/Timer.hh
index b337b24..1024b9d 100644
--- a/src/FbTk/Timer.hh
+++ b/src/FbTk/Timer.hh
@@ -40,7 +40,6 @@
40 40
41#ifdef HAVE_INTTYPES_H 41#ifdef HAVE_INTTYPES_H
42#include <inttypes.h> 42#include <inttypes.h>
43#include <sys/types.h>
44#endif // HAVE_INTTYPES_H 43#endif // HAVE_INTTYPES_H
45 44
46#include <sys/select.h> 45#include <sys/select.h>