summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorNiels Provos <provos@cvs.openbsd.org>2002-06-04 17:28:46 +0000
committerNiels Provos <provos@cvs.openbsd.org>2002-06-04 17:28:46 +0000
commiteec18134603b7c7ab9f62752d86fc8cb4fb40c8d (patch)
tree330e70d6452c0904b2653d39bd9c362b28c0783f /bin
parentdcf032507f68e577981509f5b1814412ff16c222 (diff)
make it compile.
Diffstat (limited to 'bin')
-rw-r--r--bin/systrace/lex.l4
-rw-r--r--bin/systrace/parse.y4
2 files changed, 0 insertions, 8 deletions
diff --git a/bin/systrace/lex.l b/bin/systrace/lex.l
index 8e7bfa16120..24c45efe68f 100644
--- a/bin/systrace/lex.l
+++ b/bin/systrace/lex.l
@@ -33,11 +33,7 @@
#include <sys/types.h>
#include <sys/tree.h>
-#include "config.h"
-
-#ifdef HAVE_SYS_TIME_H
#include <sys/time.h>
-#endif
#include <stdio.h>
#include <stdlib.h>
diff --git a/bin/systrace/parse.y b/bin/systrace/parse.y
index 2fa23d53a75..8391b675407 100644
--- a/bin/systrace/parse.y
+++ b/bin/systrace/parse.y
@@ -30,11 +30,7 @@
%{
#include <sys/types.h>
-#include "config.h"
-
-#ifdef HAVE_SYS_TIME_H
#include <sys/time.h>
-#endif
#include <sys/tree.h>
#include <stdio.h>