]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/dndcmn.cpp
Include wx/brush.h according to precompiled headers of wx/wx.h (with other minor...
[wxWidgets.git] / src / common / dndcmn.cpp
index a7570be1e86fb4b1d8f3be23030f0f79425bca0c..b13ba86d34c7b9c821bff00c3a2ead9212fd2f70 100644 (file)
@@ -5,17 +5,13 @@
 // Created:     19.10.99
 // RCS-ID:      $Id$
 // Copyright:   (c) wxWidgets Team
-// Licence:     wxWidgets licence
+// Licence:     wxWindows licence
 ///////////////////////////////////////////////////////////////////////////////
 
 // ----------------------------------------------------------------------------
 // headers
 // ----------------------------------------------------------------------------
 
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
-    #pragma implementation "dndbase.h"
-#endif
-
 #include "wx/wxprec.h"
 
 #ifdef __BORLANDC__