mirror of
https://github.com/fltk/fltk.git
synced 2026-05-24 00:06:20 +08:00
Remove duplicate #include directive
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11421 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
+1
-2
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user