]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/dcbase.cpp
no message
[wxWidgets.git] / src / common / dcbase.cpp
index 3f2efc403cad85922e95b80839379444f661c5ae..7eab6ec0267259d2a656b0d478a4e530609de590 100644 (file)
@@ -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__
 #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"