diff options
-rw-r--r-- | idl/inc/types.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/idl/inc/types.hxx b/idl/inc/types.hxx index d716ac520f62..46882af1f85e 100644 --- a/idl/inc/types.hxx +++ b/idl/inc/types.hxx @@ -29,7 +29,6 @@ #ifndef _TYPES_HXX #define _TYPES_HXX -#include <tools/list.hxx> #include <tools/ref.hxx> #include <basobj.hxx> @@ -252,7 +251,6 @@ public: #endif }; SV_IMPL_REF(SvMetaType) -DECLARE_LIST(SvMetaTypeList,SvMetaType *) SV_DECL_IMPL_PERSIST_LIST(SvMetaType,SvMetaType *) |