diff options
author | fluxgen <fluxgen> | 2002-11-27 14:49:47 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2002-11-27 14:49:47 (GMT) |
commit | 6e27b3ec6a0f95ba3ff7bff261d247e9e1638ba6 (patch) | |
tree | eace0d06e87558b14c4ef521c24cc72f24b91fdd | |
parent | 146df03e73c332f8d3165201d7616d6f1035efd0 (diff) | |
download | fluxbox-6e27b3ec6a0f95ba3ff7bff261d247e9e1638ba6.zip fluxbox-6e27b3ec6a0f95ba3ff7bff261d247e9e1638ba6.tar.bz2 |
removed config.h
-rw-r--r-- | src/Timer.hh | 20 |
1 files changed, 3 insertions, 17 deletions
diff --git a/src/Timer.hh b/src/Timer.hh index 2c7f2c8..bf79f4f 100644 --- a/src/Timer.hh +++ b/src/Timer.hh | |||
@@ -1,8 +1,8 @@ | |||
1 | // Timer.hh for fluxbox | 1 | // Timer.hh for fluxbox |
2 | // Copyright (c) 2002 Henrik Kinnunen (fluxgen@linuxmail.org) | 2 | // Copyright (c) 2002 Henrik Kinnunen (fluxgen at linuxmail.org) |
3 | // | 3 | // |
4 | // Timer.hh for Blackbox - An X11 Window Manager | 4 | // Timer.hh for Blackbox - An X11 Window Manager |
5 | // Copyright (c) 1997 - 2000 Brad Hughes (bhughes@tcac.net) | 5 | // Copyright (c) 1997 - 2000 Brad Hughes (bhughes at tcac.net) |
6 | // | 6 | // |
7 | // Permission is hereby granted, free of charge, to any person obtaining a | 7 | // Permission is hereby granted, free of charge, to any person obtaining a |
8 | // copy of this software and associated documentation files (the "Software"), | 8 | // copy of this software and associated documentation files (the "Software"), |
@@ -25,21 +25,7 @@ | |||
25 | #ifndef TIMER_HH | 25 | #ifndef TIMER_HH |
26 | #define TIMER_HH | 26 | #define TIMER_HH |
27 | 27 | ||
28 | #ifdef HAVE_CONFIG_H | 28 | #include <ctime> |
29 | #include "../config.h" | ||
30 | #endif //HAVE_CONFIG_H | ||
31 | |||
32 | #ifdef TIME_WITH_SYS_TIME | ||
33 | #include <sys/time.h> | ||
34 | #include <time.h> | ||
35 | #else //!TIME_WITH_SYS_TIME | ||
36 | #ifdef HAVE_SYS_TIME_H | ||
37 | #include <sys/time.h> | ||
38 | #else // !HAVE_SYS_TIME_H | ||
39 | #include <time.h> | ||
40 | #endif // HAVE_SYS_TIME_H | ||
41 | #endif // TIME_WITH_SYS_TIME | ||
42 | |||
43 | #include <list> | 29 | #include <list> |
44 | 30 | ||
45 | /** | 31 | /** |