diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2008-08-27 15:06:41 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2008-08-27 15:06:41 +0000 |
commit | 1372e95c24d3ec786f43e7281663d93e981db67a (patch) | |
tree | 59d6d6ee6bf31cc5e7f68d80e6f08ecc912f5926 /libc/misc/time | |
parent | 672a42c9b788611e297207049dc852cfe1cb164e (diff) |
- remove a couple of duplicate includes
Diffstat (limited to 'libc/misc/time')
-rw-r--r-- | libc/misc/time/time.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libc/misc/time/time.c b/libc/misc/time/time.c index 2d980a068..ed135c580 100644 --- a/libc/misc/time/time.c +++ b/libc/misc/time/time.c @@ -2088,7 +2088,6 @@ libc_hidden_def(tzset) #endif #include <utime.h> -#include <sys/time.h> int utimes(const char *filename, register const struct timeval *tvp) { |