X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e3a1e3e0e5864c13f26dd886f46adde80eb2b79b..6d7b547184bfdcdf67790755deb0122050b1d728:/src/mgl/gdiobj.cpp?ds=sidebyside diff --git a/src/mgl/gdiobj.cpp b/src/mgl/gdiobj.cpp index add0f6c1e9..97bf181d83 100644 --- a/src/mgl/gdiobj.cpp +++ b/src/mgl/gdiobj.cpp @@ -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: wxWindows licence +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// -#ifdef __GNUG__ -#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 -#include "wx/setup.h" -#include "wx/list.h" -#include "wx/utils.h" + #pragma hdrstop #endif #include "wx/gdiobj.h" +#ifndef WX_PRECOMP + #include + #include "wx/list.h" + #include "wx/utils.h" +#endif IMPLEMENT_DYNAMIC_CLASS(wxGDIObject, wxObject) - - -