From: Václav Slavík Date: Mon, 21 Jan 2008 08:42:56 +0000 (+0000) Subject: utils.h is not needed by wxVector, removed X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/17c416302833ceef86616f7f479a39aca2a43944 utils.h is not needed by wxVector, removed git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51302 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/vector.h b/include/wx/vector.h index 9de3d72467..9511ab2ab3 100644 --- a/include/wx/vector.h +++ b/include/wx/vector.h @@ -21,8 +21,6 @@ #else // !wxUSE_STL -#include "wx/utils.h" - #include "wx/beforestd.h" #include // for placement new #include "wx/afterstd.h"