diff options
| author | Manolo Gouy <Manolo> | 2016-03-25 15:39:51 +0000 |
|---|---|---|
| committer | Manolo Gouy <Manolo> | 2016-03-25 15:39:51 +0000 |
| commit | 8e14321df480fb14367842b63d3410da294cedd2 (patch) | |
| tree | e3f5cad2c015da2fcdda312822dfb8613b9ce1e5 | |
| parent | a69133d3177f025d9810bdf9305147f80bbb270e (diff) | |
Remove duplicate #include directive
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11421 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
| -rw-r--r-- | src/Fl_win32.cxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/Fl_win32.cxx b/src/Fl_win32.cxx index 505c2b9ae..b896cda08 100644 --- a/src/Fl_win32.cxx +++ b/src/Fl_win32.cxx @@ -42,6 +42,7 @@ #endif #include <windows.h> #include <ole2.h> +#include <shellapi.h> void fl_free_fonts(void); void fl_release_dc(HWND,HDC); @@ -85,8 +86,6 @@ void fl_cleanup_dc_list(void); # include <wchar.h> #endif -#include <ole2.h> -#include <shellapi.h> extern bool fl_clipboard_notify_empty(void); extern void fl_trigger_clipboard_notify(int source); |
