From 8d8e24dfd72727e2bc3f43a5b706ee2740ce7456 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Wed, 20 Oct 2004 17:21:37 +0000 Subject: [PATCH] removed duplicate #include git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30038 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/mgl/region.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/wx/mgl/region.h b/include/wx/mgl/region.h index c9ba07c32b..1e6dae11e4 100644 --- a/include/wx/mgl/region.h +++ b/include/wx/mgl/region.h @@ -18,7 +18,6 @@ #include "wx/list.h" #include "wx/gdiobj.h" #include "wx/gdicmn.h" -#include "wx/list.h" class WXDLLEXPORT wxRect; class WXDLLEXPORT wxPoint;