X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/dbf3cd7a2b2774d48eeba02b164714653c6a02cd..e4d18e7f60f1278d132b02e2b589c487f41b3770:/src/common/dcbase.cpp?ds=sidebyside diff --git a/src/common/dcbase.cpp b/src/common/dcbase.cpp index 755f2ccbb3..7eab6ec026 100644 --- a/src/common/dcbase.cpp +++ b/src/common/dcbase.cpp @@ -5,8 +5,8 @@ // Modified by: // Created: 05/25/99 // RCS-ID: $Id$ -// Copyright: (c) Julian Smart and Markus Holzem -// Licence: wxWindows license +// Copyright: (c) wxWindows team +// Licence: wxWindows license ///////////////////////////////////////////////////////////////////////////// #ifdef __GNUG__ @@ -17,15 +17,16 @@ #include "wx/wxprec.h" #ifdef __BORLANDC__ -#pragma hdrstop + #pragma hdrstop #endif #ifndef WX_PRECOMP #include "wx/window.h" +#endif + #ifdef __WXMSW__ #include "wx/msw/private.h" #endif -#endif #include "wx/dc.h"