projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
fixed incorrect GetTextExtent for wxTELETYPE font
[wxWidgets.git]
/
src
/
os2
/
clipbrd.cpp
diff --git
a/src/os2/clipbrd.cpp
b/src/os2/clipbrd.cpp
index 8ffa926849ca3fbfd5332ecf49b78d8500d1fa97..fc902957b47abe5835beda473bd4ba65758acb67 100644
(file)
--- a/
src/os2/clipbrd.cpp
+++ b/
src/os2/clipbrd.cpp
@@
-37,10
+37,6
@@
#include <string.h>
-#define INCL_DOS
-#define INCL_PM
-#include <os2.h>
-
#include "wx/os2/private.h"
// wxDataObject is tied to OLE/drag and drop implementation,