Author: manolo
Date: 2010-11-29 06:28:09 -0800 (Mon, 29 Nov 2010)
New Revision: 7911
Log:
Removed useless #include statements

Modified:
   branches/branch-1.3/src/fl_dnd_mac.cxx

Modified: branches/branch-1.3/src/fl_dnd_mac.cxx
===================================================================
--- branches/branch-1.3/src/fl_dnd_mac.cxx      2010-11-29 14:12:57 UTC (rev 
7910)
+++ branches/branch-1.3/src/fl_dnd_mac.cxx      2010-11-29 14:28:09 UTC (rev 
7911)
@@ -28,15 +28,10 @@
 // in.  Search other files for "__APPLE__" or filenames ending in _mac.cxx
 // for other system-specific code.
 
-#include <config.h>
 #include <FL/Fl.H>
-#include <FL/x.H>
-#include <FL/Fl_Window.H>
 
-extern char *fl_selection_buffer;
-extern int fl_selection_length;
+extern int MACpreparedrag(void);
 
-
 /**
  * drag and drop whatever is in the cut-copy-paste buffer
  * - create a selection first using: 
@@ -44,11 +39,9 @@
  */
 int Fl::dnd()
 {
-  extern int MACpreparedrag(void);
   return MACpreparedrag();
 }
   
-
 //
 // End of "$Id$".
 //

_______________________________________________
fltk-commit mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-commit

Reply via email to