Use 'wx/' for contrib samples and make wxTinderbox properly rebuilded after commits in core headers.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37440 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -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 <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>
|
||||
#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;
|
||||
|
||||
|
Reference in New Issue
Block a user