]> git.saurik.com Git - wxWidgets.git/blobdiff - src/os2/clipbrd.cpp
Applied patch [ 1777700 ] call Reparent() from wxAuiNotebook::InsertPage()
[wxWidgets.git] / src / os2 / clipbrd.cpp
index 5c05cdc294196c3eb2451a6ffdfd28438f24f6a7..e4bd46af6fcbef769772e3204d55be531a694455 100644 (file)
@@ -25,6 +25,7 @@
     #include "wx/utils.h"
     #include "wx/intl.h"
     #include "wx/log.h"
+    #include "wx/dataobj.h"
 #endif
 
 #if wxUSE_METAFILE
 
 // wxDataObject is tied to OLE/drag and drop implementation,
 // therefore so is wxClipboard :-(
-#if wxUSE_DRAG_AND_DROP
-    #include "wx/dataobj.h"
-
-//    static bool wxSetClipboardData(wxDataObject *data);
-#endif
 
 // ===========================================================================
 // implementation