From a90452b2ef0c9366118ae1be78d798a0198ae363 Mon Sep 17 00:00:00 2001 From: "Steve M. Robbins" Date: Fri, 6 Jul 2001 00:31:25 +0000 Subject: Change from CPPUNIT_USE_TYPEINFO to CPPUNIT_USE_TYPEINFO_NAME --- src/cppunit/TestFactoryRegistry.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/cppunit/TestFactoryRegistry.cpp') diff --git a/src/cppunit/TestFactoryRegistry.cpp b/src/cppunit/TestFactoryRegistry.cpp index 0e7546b..aa6372a 100644 --- a/src/cppunit/TestFactoryRegistry.cpp +++ b/src/cppunit/TestFactoryRegistry.cpp @@ -1,10 +1,10 @@ #include #include #include -#include "cppunit/TestSuite.h" -#include "cppunit/extensions/TestFactoryRegistry.h" +#include +#include -#if CPPUNIT_USE_TYPEINFO +#if CPPUNIT_USE_TYPEINFO_NAME # include "cppunit/extensions/TypeInfoHelper.h" #endif -- cgit v1.2.1