]> git.saurik.com Git - wxWidgets.git/commitdiff
removed redundant #include <dynarray.h>
authorVáclav Slavík <vslavik@fastmail.fm>
Wed, 13 Jun 2007 15:09:41 +0000 (15:09 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Wed, 13 Jun 2007 15:09:41 +0000 (15:09 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@46448 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/xrc/xmlres.h

index 6f41113b79e37fe58022f5f36e63792b3662e05c..6d1a49318cdfb5735feddee77f13bc0218646b2a 100644 (file)
@@ -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"