]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mgl/gdiobj.cpp
i18n files are installed as part of wxBase (and should be ideally part of separate...
[wxWidgets.git] / src / mgl / gdiobj.cpp
index d5de7ffeb7907c6a8232f4b8e3d8db1ad03c3ace..97bf181d832fdb92b676345f483fced09764a3bc 100644 (file)
@@ -1,36 +1,27 @@
 /////////////////////////////////////////////////////////////////////////////
-// Name:        gdiobj.cpp
+// Name:        src/mgl/gdiobj.cpp
 // Purpose:     wxGDIObject class
 // Author:      Julian Smart
 // Modified by:
 // Created:     01/02/97
 // RCS-ID:      $Id$
 // Copyright:   (c) Julian Smart
-// Licence:    wxWidgets licence
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
-#pragma implementation "gdiobj.h"
-#endif
-
 // For compilers that support precompilation, includes "wx.h".
 #include "wx/wxprec.h"
 
 #ifdef __BORLANDC__
-#pragma hdrstop
-#endif
-
-#ifndef WX_PRECOMP
-#include <stdio.h>
-#include "wx/setup.h"
-#include "wx/list.h"
-#include "wx/utils.h"
+    #pragma hdrstop
 #endif
 
 #include "wx/gdiobj.h"
 
+#ifndef WX_PRECOMP
+    #include <stdio.h>
+    #include "wx/list.h"
+    #include "wx/utils.h"
+#endif
 
 IMPLEMENT_DYNAMIC_CLASS(wxGDIObject, wxObject)
-
-
-