summaryrefslogtreecommitdiff
path: root/src/Fl_Help_View.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/Fl_Help_View.cxx')
-rw-r--r--src/Fl_Help_View.cxx8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/Fl_Help_View.cxx b/src/Fl_Help_View.cxx
index 8207ae062..1a57db88d 100644
--- a/src/Fl_Help_View.cxx
+++ b/src/Fl_Help_View.cxx
@@ -58,16 +58,8 @@
#include <errno.h>
#include <math.h>
-#if defined(WIN32) && ! defined(__CYGWIN__)
-# include <io.h>
-# include <direct.h>
-#else
-# include <unistd.h>
-#endif // WIN32
-
#define MAX_COLUMNS 200
-
//
// Typedef the C API sort function type the only way I know how...
//