]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/dataobj.h
possible fix for templates with digitalmars
[wxWidgets.git] / include / wx / dataobj.h
index c35bbc0e0c39a6f063c367cd20b4a83b0aff2fbd..1cdd0dfe6c2b39fb982d8df05b84b62622a4592a 100644 (file)
@@ -6,7 +6,7 @@
 // Created:     26.05.99
 // RCS-ID:      $Id$
 // Copyright:   (c) wxWindows Team
-// Licence:     wxWindows license
+// Licence:     wxWindows licence
 ///////////////////////////////////////////////////////////////////////////////
 
 #ifndef _WX_DATAOBJ_H_BASE_
@@ -169,8 +169,6 @@ public:
     #include "wx/mac/dataobj.h"
 #elif defined(__WXPM__)
     #include "wx/os2/dataobj.h"
-#elif defined(__WXSTUBS__)
-    #include "wx/stubs/dnd.h"
 #endif
 
 // ----------------------------------------------------------------------------