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

@@ -27,8 +27,8 @@
// -----------------------------------------------------------------------
#include <wx/propgrid/propgrid.h>
#include <wx/propgrid/advprops.h>
#include "wx/propgrid/propgrid.h"
#include "wx/propgrid/advprops.h"
#ifndef WX_PROPGRID_SAMPLEPROPS_H
#include "sampleprops.h"