mirror of
https://github.com/fltk/fltk.git
synced 2026-05-20 22:36:19 +08:00
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
This commit is contained in:
@@ -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...
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user