diff options
Diffstat (limited to 'bin/systrace/parse.y')
-rw-r--r-- | bin/systrace/parse.y | 4 |
1 files changed, 0 insertions, 4 deletions
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> |