From 472137baebae6c011ad7d70285de454b9ce7796d Mon Sep 17 00:00:00 2001 From: Jaakko Salli Date: Sun, 21 Sep 2008 15:48:20 +0000 Subject: [PATCH] Removed #include (since C++ RTTI is no longer used) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55768 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/propgrid/advprops.cpp | 2 -- src/propgrid/property.cpp | 2 -- src/propgrid/propgrid.cpp | 2 -- src/propgrid/propgridiface.cpp | 2 -- src/propgrid/propgridpagestate.cpp | 2 -- src/propgrid/props.cpp | 2 -- 6 files changed, 12 deletions(-) diff --git a/src/propgrid/advprops.cpp b/src/propgrid/advprops.cpp index f2b6021dca..32faa91c41 100644 --- a/src/propgrid/advprops.cpp +++ b/src/propgrid/advprops.cpp @@ -62,8 +62,6 @@ #include #endif -#include - // ----------------------------------------------------------------------- #if defined(__WXMSW__) diff --git a/src/propgrid/property.cpp b/src/propgrid/property.cpp index 262d4648c2..22d4655eb2 100644 --- a/src/propgrid/property.cpp +++ b/src/propgrid/property.cpp @@ -51,8 +51,6 @@ #include -#include - #define PWC_CHILD_SUMMARY_LIMIT 16 // Maximum number of children summarized in a parent property's // value field. diff --git a/src/propgrid/propgrid.cpp b/src/propgrid/propgrid.cpp index cdafad48f0..f7a68ab5dc 100644 --- a/src/propgrid/propgrid.cpp +++ b/src/propgrid/propgrid.cpp @@ -71,8 +71,6 @@ #include #endif -#include - // Two pics for the expand / collapse buttons. // Files are not supplied with this project (since it is // recommended to use either custom or native rendering). diff --git a/src/propgrid/propgridiface.cpp b/src/propgrid/propgridiface.cpp index 78540a738f..dcb84e7386 100644 --- a/src/propgrid/propgridiface.cpp +++ b/src/propgrid/propgridiface.cpp @@ -52,8 +52,6 @@ #include #include -#include - const wxChar *wxPGTypeName_long = wxT("long"); const wxChar *wxPGTypeName_bool = wxT("bool"); diff --git a/src/propgrid/propgridpagestate.cpp b/src/propgrid/propgridpagestate.cpp index 3b11fe2c43..a425b12d6a 100644 --- a/src/propgrid/propgridpagestate.cpp +++ b/src/propgrid/propgridpagestate.cpp @@ -57,8 +57,6 @@ #include #include -#include - #define wxPG_DEFAULT_SPLITTERX 110 diff --git a/src/propgrid/props.cpp b/src/propgrid/props.cpp index f7938b40d0..daa8ad7345 100644 --- a/src/propgrid/props.cpp +++ b/src/propgrid/props.cpp @@ -56,8 +56,6 @@ #define wxPG_CUSTOM_IMAGE_WIDTH 20 // for wxColourProperty etc. -#include - // ----------------------------------------------------------------------- // wxStringProperty -- 2.47.2