X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8907154c1a8a6882c6797d1f16393ddfb23e7f3a..ff7d9066dae29da2bcfe611b62bcb276ce2afff0:/src/mgl/gdiobj.cpp diff --git a/src/mgl/gdiobj.cpp b/src/mgl/gdiobj.cpp index c9d60934ce..e23c754e93 100644 --- a/src/mgl/gdiobj.cpp +++ b/src/mgl/gdiobj.cpp @@ -1,32 +1,28 @@ ///////////////////////////////////////////////////////////////////////////// -// 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 ///////////////////////////////////////////////////////////////////////////// // For compilers that support precompilation, includes "wx.h". #include "wx/wxprec.h" #ifdef __BORLANDC__ -#pragma hdrstop + #pragma hdrstop #endif #ifndef WX_PRECOMP -#include -#include "wx/setup.h" -#include "wx/list.h" -#include "wx/utils.h" + #include + #include "wx/list.h" + #include "wx/utils.h" #endif #include "wx/gdiobj.h" IMPLEMENT_DYNAMIC_CLASS(wxGDIObject, wxObject) - - -