summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan MacArthur <imacarthur@gmail.com>2013-06-06 12:59:24 +0000
committerIan MacArthur <imacarthur@gmail.com>2013-06-06 12:59:24 +0000
commit998020f7583d266fd6f433c7e59a836e151d17eb (patch)
treedc7ba4073fb52ccae2877643949addf9ee80ae13
parented04fc67749714332c2c5d2f8f7a470f0c10fb78 (diff)
Remove a header file I added during testing, but which is not required now...
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@9933 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
-rw-r--r--src/Fl_Native_File_Chooser_WIN32.cxx2
1 files changed, 0 insertions, 2 deletions
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 <wchar.h> //MG
#include "Fl_Native_File_Chooser_common.cxx" // strnew/strfree/strapp/chrcat
-#include <FL/fl_utf8.h>
-
#define FNFC_MAX_PATH 32768 // XXX: MAX_PATH under win32 is 260, too small for modern use
typedef const wchar_t *LPCWSTR; //MG