summaryrefslogtreecommitdiff
path: root/src/fl_dnd_win32.cxx
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2002-05-25 13:38:25 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>2002-05-25 13:38:25 +0000
commitacd6bd5cc858284f12e1330d4acd49cad47e7f82 (patch)
tree73b95e9fb388772fd51321b5043324ce73718d33 /src/fl_dnd_win32.cxx
parent62424b33c5dc5fc74263ba4205f9562e5864b8c3 (diff)
Clean up string includes.
Fix Fl_Shared_Image::add_handler() and friends. Fix Fl_PNM_Image loader. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2260 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/fl_dnd_win32.cxx')
-rw-r--r--src/fl_dnd_win32.cxx6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/fl_dnd_win32.cxx b/src/fl_dnd_win32.cxx
index 296e460c9..a2f55bcac 100644
--- a/src/fl_dnd_win32.cxx
+++ b/src/fl_dnd_win32.cxx
@@ -1,5 +1,5 @@
//
-// "$Id: fl_dnd_win32.cxx,v 1.5.2.9 2002/05/16 07:43:59 spitzak Exp $"
+// "$Id: fl_dnd_win32.cxx,v 1.5.2.10 2002/05/25 13:38:25 easysw Exp $"
//
// Drag & Drop code for the Fast Light Tool Kit (FLTK).
//
@@ -26,7 +26,6 @@
// in. Search other files for "WIN32" or filenames ending in _win32.cxx
// for other system-specific code.
-#include <config.h>
#include <FL/Fl.H>
#include <FL/win32.H>
#include <FL/Fl_Window.H>
@@ -41,7 +40,6 @@
#else
#include <winsock.h>
#endif
-#include <ctype.h>
extern char *fl_selection_buffer[2];
extern int fl_selection_length[2];
@@ -351,5 +349,5 @@ int Fl::dnd()
//
-// End of "$Id: fl_dnd_win32.cxx,v 1.5.2.9 2002/05/16 07:43:59 spitzak Exp $".
+// End of "$Id: fl_dnd_win32.cxx,v 1.5.2.10 2002/05/25 13:38:25 easysw Exp $".
//