X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/cecdcad1db85bec15c83bc80543742fb32dacb27..ae200bfcb537c475708959cb034be66eb0f5dcd4:/contrib/samples/ogl/studio/shapes.cpp?ds=inline diff --git a/contrib/samples/ogl/studio/shapes.cpp b/contrib/samples/ogl/studio/shapes.cpp index 44c61728e2..e7125a4a24 100644 --- a/contrib/samples/ogl/studio/shapes.cpp +++ b/contrib/samples/ogl/studio/shapes.cpp @@ -1,5 +1,5 @@ ///////////////////////////////////////////////////////////////////////////// -// Name: shapes.cpp +// Name: contrib/samples/ogl/studio/shapes.cpp // Purpose: Implements Studio shapes // Author: Julian Smart // Modified by: @@ -9,10 +9,6 @@ // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// -#ifdef __GNUG__ -// #pragma implementation -#endif - // For compilers that support precompilation, includes "wx.h". #include "wx/wxprec.h" @@ -21,14 +17,14 @@ #endif #ifndef WX_PRECOMP -#include +#include "wx/wx.h" #endif #if !wxUSE_DOC_VIEW_ARCHITECTURE #error You must set wxUSE_DOC_VIEW_ARCHITECTURE to 1 in wx_setup.h! #endif -#include // base header of OGL, includes and adjusts wx/deprecated/setup.h +#include "wx/ogl/ogl.h" // base header of OGL, includes and adjusts wx/deprecated/setup.h #include "studio.h" #include "doc.h" @@ -1199,4 +1195,3 @@ void ShapeEditMenu::OnCommand(wxCommandEvent& event) { studioShapeEditProc(*this, event); } -