summaryrefslogtreecommitdiff
path: root/gcc/fixinc/server.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/fixinc/server.c')
-rw-r--r--gcc/fixinc/server.c10
1 files changed, 1 insertions, 9 deletions
diff --git a/gcc/fixinc/server.c b/gcc/fixinc/server.c
index e58a09fa3ab..842a32181ef 100644
--- a/gcc/fixinc/server.c
+++ b/gcc/fixinc/server.c
@@ -45,18 +45,10 @@
* 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 <signal.h>
+#include "fixlib.h"
#include "server.h"
-#if !defined(volatile) && !defined(HAVE_VOLATILE)
-# define volatile
-#endif
-
STATIC volatile enum t_bool read_pipe_timeout;
STATIC pid_t server_master_pid = NOPROCESS;