X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/77ffb5937e89927b621128789401db8921fe580f..ce7208d49d5ce2ca1dc0b3b83f14f1d04f29c4bf:/src/common/dndcmn.cpp?ds=sidebyside diff --git a/src/common/dndcmn.cpp b/src/common/dndcmn.cpp index a7570be1e8..b13ba86d34 100644 --- a/src/common/dndcmn.cpp +++ b/src/common/dndcmn.cpp @@ -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__