blob: 504bc0b0815c5e882414be846feb7a9c54d6f5e5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
--- a/lib/replace/replace.h
+++ b/lib/replace/replace.h
@@ -162,10 +162,6 @@
#include <bsd/unistd.h>
#endif
-#ifdef HAVE_UNISTD_H
-#include <unistd.h>
-#endif
-
#ifdef HAVE_STRING_H
#include <string.h>
#endif
|