diff options
Diffstat (limited to 'gcc/fixinc/procopen.c')
-rw-r--r-- | gcc/fixinc/procopen.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/gcc/fixinc/procopen.c b/gcc/fixinc/procopen.c index 98f1226ca5d..a8b5ca11075 100644 --- a/gcc/fixinc/procopen.c +++ b/gcc/fixinc/procopen.c @@ -45,12 +45,9 @@ * choice whether to permit this exception to apply to your modifications. * If you do not wish that, delete this exception notice. */ -#include "auto-host.h" -#include "ansidecl.h" -#include "system.h" -#include "server.h" #include "fixlib.h" +#include "server.h" STATIC const char* def_args[] = { (char *) NULL, (char *) NULL }; |