diff options
| author | Manolo Gouy <Manolo> | 2010-11-29 14:28:09 +0000 |
|---|---|---|
| committer | Manolo Gouy <Manolo> | 2010-11-29 14:28:09 +0000 |
| commit | 3ae28985a81fc16a10564fcb9c0a98d2979d870d (patch) | |
| tree | cbbc38ceb89ca7337adeafe4e110072b9eeeece8 | |
| parent | 25f3f44253e1cd38223d1729c97feb0f6e9c03f7 (diff) | |
Removed useless #include statements
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7911 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
| -rw-r--r-- | src/fl_dnd_mac.cxx | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/src/fl_dnd_mac.cxx b/src/fl_dnd_mac.cxx index d601f5402..617f5bda9 100644 --- a/src/fl_dnd_mac.cxx +++ b/src/fl_dnd_mac.cxx @@ -28,14 +28,9 @@ // 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 @@ -44,11 +39,9 @@ extern int fl_selection_length; */ int Fl::dnd() { - extern int MACpreparedrag(void); return MACpreparedrag(); } - // // End of "$Id$". // |
