Use quotes and not angle brackets around the includes of wxWidgets itself

This commit is contained in:
Artur Wieczorek
2017-07-16 14:47:45 +02:00
parent a03c2ef4e0
commit afdb7eca87
3 changed files with 13 additions and 13 deletions

View File

@@ -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"