From 331ba71d4e23d5a277dd2aeab60a9961050c0a5f Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Fri, 31 Mar 2017 17:03:33 +0200 Subject: [PATCH] Remove unnecessary wx/vector.h inclusion from the svg sample Nothing uses wxVector<> here. --- samples/svg/svgtest.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/samples/svg/svgtest.cpp b/samples/svg/svgtest.cpp index b5cc272e5c..383cc2133e 100644 --- a/samples/svg/svgtest.cpp +++ b/samples/svg/svgtest.cpp @@ -26,7 +26,6 @@ #endif #include "wx/dcsvg.h" -#include "wx/vector.h" #include #include "SVGlogo24.xpm"