X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8907154c1a8a6882c6797d1f16393ddfb23e7f3a..88517d90087856e01002f1e3dea1a0ce659f28ea:/contrib/samples/ogl/studio/shapes.h diff --git a/contrib/samples/ogl/studio/shapes.h b/contrib/samples/ogl/studio/shapes.h index dbda6fa11f..7f4548ba38 100644 --- a/contrib/samples/ogl/studio/shapes.h +++ b/contrib/samples/ogl/studio/shapes.h @@ -1,23 +1,23 @@ ///////////////////////////////////////////////////////////////////////////// -// Name: shapes.h +// Name: contrib/samples/ogl/studio/shapes.h // Purpose: Shape classes // Author: Julian Smart // Modified by: // Created: 12/07/98 // RCS-ID: $Id$ // Copyright: (c) Julian Smart -// Licence: +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// #ifndef _STUDIO_SHAPES_H_ #define _STUDIO_SHAPES_H_ -#include -#include -#include // base header of OGL, includes and adjusts wx/deprecated/setup.h -#include -#include -#include +#include "wx/docview.h" +#include "wx/string.h" +#include "wx/ogl/ogl.h" // base header of OGL, includes and adjusts wx/deprecated/setup.h +#include "wx/ogl/basicp.h" +#include "wx/ogl/linesp.h" +#include "wx/ogl/drawn.h" class csDiagramDocument;