/////////////////////////////////////////////////////////////////////////////
-// Name:        gdiobj.cpp
+// Name:        src/os2/gdiobj.cpp
 // Purpose:     wxGDIObject class
 // Author:      AUTHOR
 // Modified by:
 // Created:     ??/??/98
 // RCS-ID:      $Id$
 // Copyright:   (c) AUTHOR
-// Licence:    wxWindows licence
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 #include "wx/wxprec.h"
 
 #include "wx/gdiobj.h"
-#include "wx/gdicmn.h"
 
-IMPLEMENT_DYNAMIC_CLASS(wxGDIObject, wxObject)
+#ifndef WX_PRECOMP
+    #include "wx/font.h"
+    #include "wx/gdicmn.h"
+#endif
 
 class wxStockGDIPM: public wxStockGDI
 {