Use quotes and not angle brackets around the includes of wxWidgets itself
This commit is contained in:
parent
a03c2ef4e0
commit
afdb7eca87
3 changed files with 13 additions and 13 deletions
|
|
@ -18,9 +18,9 @@
|
|||
#include "wx/wx.h"
|
||||
#endif
|
||||
|
||||
#include <wx/propgrid/propgrid.h>
|
||||
#include <wx/propgrid/advprops.h>
|
||||
#include <wx/propgrid/manager.h>
|
||||
#include "wx/propgrid/propgrid.h"
|
||||
#include "wx/propgrid/advprops.h"
|
||||
#include "wx/propgrid/manager.h"
|
||||
|
||||
#include "propgrid.h"
|
||||
#include "sampleprops.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue