diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-01-14 20:33:19 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-01-14 20:33:19 +0000 |
| commit | a388c41df485e6ac7cfb26231b7ac6be76e3522e (patch) | |
| tree | c9a62b51f5bcaab35b323c6d97e0afd146b1304e /otk/timer.hh | |
| parent | 96a9196cbb71b7f8d5e3d98a92b2e59bb1b591a8 (diff) | |
dont need unistd for gettimeofday
Diffstat (limited to 'otk/timer.hh')
| -rw-r--r-- | otk/timer.hh | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/otk/timer.hh b/otk/timer.hh index 1d93f914..e982d82b 100644 --- a/otk/timer.hh +++ b/otk/timer.hh @@ -17,11 +17,6 @@ extern "C" { # include <time.h> # endif // HAVE_SYS_TIME_H #endif // TIME_WITH_SYS_TIME - -#ifdef HAVE_UNISTD_H -# include <sys/types.h> -# include <unistd.h> -#endif // HAVE_UNISTD_H } #include <queue> |
