switching away from angle brackets includes, deactivating OSX workaround

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56109 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Csomor
2008-10-06 10:41:40 +00:00
parent f55d9f749b
commit 3b211af168
8 changed files with 37 additions and 36 deletions

View File

@@ -58,12 +58,12 @@
// This define is necessary to prevent macro clearing
#define __wxPG_SOURCE_FILE__
#include <wx/propgrid/propgrid.h>
#include <wx/propgrid/editors.h>
#include <wx/propgrid/props.h>
#include "wx/propgrid/propgrid.h"
#include "wx/propgrid/editors.h"
#include "wx/propgrid/props.h"
#if wxPG_USE_RENDERER_NATIVE
#include <wx/renderer.h>
#include "wx/renderer.h"
#endif
// How many pixels between textctrl and button
@@ -75,10 +75,10 @@
#define wxPG_BUTTON_SIZEDEC 0
#include <wx/odcombo.h>
#include "wx/odcombo.h"
#ifdef __WXMSW__
#include <wx/msw/private.h>
#include "wx/msw/private.h"
#endif
// -----------------------------------------------------------------------