projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
put URLs into \urlref commands
[wxWidgets.git]
/
src
/
os2
/
clipbrd.cpp
diff --git
a/src/os2/clipbrd.cpp
b/src/os2/clipbrd.cpp
index 5c05cdc294196c3eb2451a6ffdfd28438f24f6a7..e4bd46af6fcbef769772e3204d55be531a694455 100644
(file)
--- a/
src/os2/clipbrd.cpp
+++ b/
src/os2/clipbrd.cpp
@@
-25,6
+25,7
@@
#include "wx/utils.h"
#include "wx/intl.h"
#include "wx/log.h"
#include "wx/utils.h"
#include "wx/intl.h"
#include "wx/log.h"
+ #include "wx/dataobj.h"
#endif
#if wxUSE_METAFILE
#endif
#if wxUSE_METAFILE
@@
-37,11
+38,6
@@
// wxDataObject is tied to OLE/drag and drop implementation,
// therefore so is wxClipboard :-(
// 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
// ===========================================================================
// implementation