diff liboctave/oct-time.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 4c0cdbe0acca
children e45ccac6017f
line wrap: on
line diff
--- a/liboctave/oct-time.cc
+++ b/liboctave/oct-time.cc
@@ -27,12 +27,8 @@
 #include <climits>
 #include <ctime>
 
-#ifdef HAVE_UNISTD_H
-#ifdef HAVE_SYS_TYPES_H
 #include <sys/types.h>
-#endif
 #include <unistd.h>
-#endif
 
 #if defined (OCTAVE_USE_WINDOWS_API)
 #define WIN32_LEAN_AND_MEAN