Remove unnecessary wx/vector.h inclusion from the svg sample

Nothing uses wxVector<> here.
This commit is contained in:
Vadim Zeitlin
2017-03-31 17:03:33 +02:00
parent 4b7d3561d9
commit 331ba71d4e

View File

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