diff options
| author | Manolo Gouy <Manolo> | 2016-04-13 06:00:19 +0000 |
|---|---|---|
| committer | Manolo Gouy <Manolo> | 2016-04-13 06:00:19 +0000 |
| commit | 0a51aa91bb1786ae15cf3865c8fb1d0dda1707c2 (patch) | |
| tree | a84a1bbc2b5391d47ca0adb3b75453371a4a562e /src | |
| parent | e74f21370455946baebd7fd976ae13871434b8a4 (diff) | |
Remove useless platform-specific #include directives from Fl_Help_View.cxx
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11592 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src')
| -rw-r--r-- | src/Fl_Help_View.cxx | 8 |
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... // |
