diff src/input.cc @ 10182:0522a65bcd56

assume unistd.h and sys/types.h exist
author John W. Eaton <jwe@octave.org>
date Thu, 21 Jan 2010 15:41:19 -0500
parents cd96d29c5efa
children 095a1e670e68
line wrap: on
line diff
--- a/src/input.cc	Thu Jan 21 14:22:20 2010 +0100
+++ b/src/input.cc	Thu Jan 21 15:41:19 2010 -0500
@@ -36,12 +36,8 @@
 #include <sstream>
 #include <string>
 
-#ifdef HAVE_UNISTD_H
-#ifdef HAVE_SYS_TYPES_H
 #include <sys/types.h>
-#endif
 #include <unistd.h>
-#endif
 
 #include "cmd-edit.h"
 #include "file-ops.h"