Use quotes and not angle brackets around the includes of wxWidgets itself
This commit is contained in:
@@ -44,34 +44,34 @@
|
|||||||
#error "Please set wxUSE_PROPGRID to 1 and rebuild the library."
|
#error "Please set wxUSE_PROPGRID to 1 and rebuild the library."
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <wx/numdlg.h>
|
#include "wx/numdlg.h"
|
||||||
|
|
||||||
// -----------------------------------------------------------------------
|
// -----------------------------------------------------------------------
|
||||||
|
|
||||||
|
|
||||||
// Main propertygrid header.
|
// Main propertygrid header.
|
||||||
#include <wx/propgrid/propgrid.h>
|
#include "wx/propgrid/propgrid.h"
|
||||||
|
|
||||||
// Extra property classes.
|
// Extra property classes.
|
||||||
#include <wx/propgrid/advprops.h>
|
#include "wx/propgrid/advprops.h"
|
||||||
|
|
||||||
// This defines wxPropertyGridManager.
|
// This defines wxPropertyGridManager.
|
||||||
#include <wx/propgrid/manager.h>
|
#include "wx/propgrid/manager.h"
|
||||||
|
|
||||||
#include "propgrid.h"
|
#include "propgrid.h"
|
||||||
#include "sampleprops.h"
|
#include "sampleprops.h"
|
||||||
|
|
||||||
#if wxUSE_DATEPICKCTRL
|
#if wxUSE_DATEPICKCTRL
|
||||||
#include <wx/datectrl.h>
|
#include "wx/datectrl.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <wx/artprov.h>
|
#include "wx/artprov.h"
|
||||||
|
|
||||||
#ifndef wxHAS_IMAGES_IN_RESOURCES
|
#ifndef wxHAS_IMAGES_IN_RESOURCES
|
||||||
#include "../sample.xpm"
|
#include "../sample.xpm"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <wx/popupwin.h>
|
#include "wx/popupwin.h"
|
||||||
|
|
||||||
// -----------------------------------------------------------------------
|
// -----------------------------------------------------------------------
|
||||||
// wxSampleMultiButtonEditor
|
// wxSampleMultiButtonEditor
|
||||||
@@ -3002,7 +3002,7 @@ void FormMain::OnDeleteChoice( wxCommandEvent& WXUNUSED(event) )
|
|||||||
|
|
||||||
// -----------------------------------------------------------------------
|
// -----------------------------------------------------------------------
|
||||||
|
|
||||||
#include <wx/colordlg.h>
|
#include "wx/colordlg.h"
|
||||||
|
|
||||||
void FormMain::OnMisc ( wxCommandEvent& event )
|
void FormMain::OnMisc ( wxCommandEvent& event )
|
||||||
{
|
{
|
||||||
|
@@ -27,8 +27,8 @@
|
|||||||
// -----------------------------------------------------------------------
|
// -----------------------------------------------------------------------
|
||||||
|
|
||||||
|
|
||||||
#include <wx/propgrid/propgrid.h>
|
#include "wx/propgrid/propgrid.h"
|
||||||
#include <wx/propgrid/advprops.h>
|
#include "wx/propgrid/advprops.h"
|
||||||
|
|
||||||
#ifndef WX_PROPGRID_SAMPLEPROPS_H
|
#ifndef WX_PROPGRID_SAMPLEPROPS_H
|
||||||
#include "sampleprops.h"
|
#include "sampleprops.h"
|
||||||
|
@@ -18,9 +18,9 @@
|
|||||||
#include "wx/wx.h"
|
#include "wx/wx.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <wx/propgrid/propgrid.h>
|
#include "wx/propgrid/propgrid.h"
|
||||||
#include <wx/propgrid/advprops.h>
|
#include "wx/propgrid/advprops.h"
|
||||||
#include <wx/propgrid/manager.h>
|
#include "wx/propgrid/manager.h"
|
||||||
|
|
||||||
#include "propgrid.h"
|
#include "propgrid.h"
|
||||||
#include "sampleprops.h"
|
#include "sampleprops.h"
|
||||||
|
Reference in New Issue
Block a user