diff options
author | Christian Weisgerber <naddy@cvs.openbsd.org> | 2013-12-03 22:27:27 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@cvs.openbsd.org> | 2013-12-03 22:27:27 +0000 |
commit | d86224ecd984420f952f9e4b732d72631e7090ed (patch) | |
tree | af20e9f63bafe95650e0f939b8c83bfca9ab6d87 /app/xgc | |
parent | 883f425a00771543c45274fcdef0331ebf1ad210 (diff) |
don't include obsolete <sys/timeb.h>, which will go away shortly; ok matthieu@
Diffstat (limited to 'app/xgc')
-rw-r--r-- | app/xgc/tests.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app/xgc/tests.c b/app/xgc/tests.c index ef3a746e5..a85ece058 100644 --- a/app/xgc/tests.c +++ b/app/xgc/tests.c @@ -14,7 +14,6 @@ #define SYSV #endif #if !defined(SYSV) && !defined(QNX4) -#include <sys/timeb.h> #include <sys/resource.h> #endif |