diff --git a/src/Fl_Native_File_Chooser_WIN32.cxx b/src/Fl_Native_File_Chooser_WIN32.cxx index bed3ca18c..bc823eb1b 100644 --- a/src/Fl_Native_File_Chooser_WIN32.cxx +++ b/src/Fl_Native_File_Chooser_WIN32.cxx @@ -27,8 +27,6 @@ #include //MG #include "Fl_Native_File_Chooser_common.cxx" // strnew/strfree/strapp/chrcat -#include - #define FNFC_MAX_PATH 32768 // XXX: MAX_PATH under win32 is 260, too small for modern use typedef const wchar_t *LPCWSTR; //MG