From: Václav Slavík Date: Wed, 13 Jun 2007 15:09:41 +0000 (+0000) Subject: removed redundant #include X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/1757c449c43e5cd74e5bf02e7f3b0e1d512a7abc removed redundant #include git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@46448 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/xrc/xmlres.h b/include/wx/xrc/xmlres.h index 6f41113b79..6d1a49318c 100644 --- a/include/wx/xrc/xmlres.h +++ b/include/wx/xrc/xmlres.h @@ -17,6 +17,7 @@ #include "wx/string.h" #include "wx/dynarray.h" +#include "wx/arrstr.h" #include "wx/datetime.h" #include "wx/list.h" #include "wx/gdicmn.h" @@ -26,8 +27,6 @@ #include "wx/artprov.h" #include "wx/colour.h" #include "wx/animate.h" -#include "wx/dynarray.h" -#include "wx/arrstr.h" #include "wx/xml/xml.h"