]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/fixinc/server.c
Merge basic-improvements-branch to trunk
[thirdparty/gcc.git] / gcc / fixinc / server.c
index e58a09fa3ab4b8e1771cadc97c327f57e12995ee..842a32181efba0c52e7f885aa228db41a693a438 100644 (file)
  * 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;