Rely on gnulib's unistd.h replacement.
[external/binutils.git] / gdb / gdbserver / server.c
index 4a1d1dc..a172c98 100644 (file)
@@ -22,9 +22,7 @@
 #include "notif.h"
 #include "tdesc.h"
 
-#if HAVE_UNISTD_H
 #include <unistd.h>
-#endif
 #if HAVE_SIGNAL_H
 #include <signal.h>
 #endif