X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/14f355c2b5c71fc7c3d680aea366582d2ac60f7b..bfdaa9173ed5b20dd5a9cd83241ce44fc0eff960:/src/common/accesscmn.cpp diff --git a/src/common/accesscmn.cpp b/src/common/accesscmn.cpp index 6a5838d077..660f1090df 100644 --- a/src/common/accesscmn.cpp +++ b/src/common/accesscmn.cpp @@ -1,9 +1,8 @@ /////////////////////////////////////////////////////////////////////////////// -// Name: common/accesscmn.cpp +// Name: src/common/accesscmn.cpp // Author: Julian Smart // Modified by: // Created: 2003-02-12 -// RCS-ID: $Id$ // Copyright: (c) Julian Smart // Licence: wxWindows licence /////////////////////////////////////////////////////////////////////////////// @@ -12,10 +11,6 @@ // headers // ---------------------------------------------------------------------------- -#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) - #pragma implementation "accessbase.h" -#endif - #include "wx/wxprec.h" #ifdef __BORLANDC__