diff options
author | Zack Weinberg <zack@gcc.gnu.org> | 2002-12-16 18:23:00 +0000 |
---|---|---|
committer | Zack Weinberg <zack@gcc.gnu.org> | 2002-12-16 18:23:00 +0000 |
commit | 4977bab6ed59f01c73f9c8b9e92298706df9b6d5 (patch) | |
tree | c259697c448b0c6f548f153c48c46a8d7a75970f /gcc/fixinc/procopen.c | |
parent | b51dc045004ee7eb8d2bf4358ddf22a6cc6c1d00 (diff) | |
download | gcc-4977bab6ed59f01c73f9c8b9e92298706df9b6d5.zip gcc-4977bab6ed59f01c73f9c8b9e92298706df9b6d5.tar.gz gcc-4977bab6ed59f01c73f9c8b9e92298706df9b6d5.tar.bz2 |
Merge basic-improvements-branch to trunk
From-SVN: r60174
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 98f1226..a8b5ca1 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 }; |