diff options
Diffstat (limited to 'macro.c')
-rw-r--r-- | macro.c | 7 |
1 files changed, 2 insertions, 5 deletions
@@ -21,9 +21,8 @@ #include <stdlib.h> #include <stdio.h> #include <string.h> -#ifdef __linux__ -#include <time.h> -#endif + +#include "private.h" /* * This has scanning/parsing routines, each of which extract a macro and @@ -31,8 +30,6 @@ * macro. */ -#include "private.h" - static int macro_obsolete(MACRO_PROT_ARGS); static int macro_constant(MACRO_PROT_ARGS); static int macro_constant_scoped(MACRO_PROT_ARGS); |