summaryrefslogtreecommitdiff
path: root/app/xgc
diff options
context:
space:
mode:
authorChristian Weisgerber <naddy@cvs.openbsd.org>2013-12-03 22:27:27 +0000
committerChristian Weisgerber <naddy@cvs.openbsd.org>2013-12-03 22:27:27 +0000
commitd86224ecd984420f952f9e4b732d72631e7090ed (patch)
treeaf20e9f63bafe95650e0f939b8c83bfca9ab6d87 /app/xgc
parent883f425a00771543c45274fcdef0331ebf1ad210 (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.c1
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