Use quotes, not angle brackets, for wx header in svg sample

Samples are part of wxWidgets and use quotes for including wx headers to
indicate that they're part of the same tree and not global headers, so just
follow the same convention here.
This commit is contained in:
Vadim Zeitlin 2017-03-31 17:04:56 +02:00
parent 331ba71d4e
commit 70e01a6849

View File

@ -26,7 +26,7 @@
#endif
#include "wx/dcsvg.h"
#include <wx/notebook.h>
#include "wx/notebook.h"
#include "SVGlogo24.xpm"