summaryrefslogtreecommitdiff
path: root/src/cppunit/TestFactoryRegistry.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/cppunit/TestFactoryRegistry.cpp')
-rw-r--r--src/cppunit/TestFactoryRegistry.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/cppunit/TestFactoryRegistry.cpp b/src/cppunit/TestFactoryRegistry.cpp
index ec10c5f..f42df2d 100644
--- a/src/cppunit/TestFactoryRegistry.cpp
+++ b/src/cppunit/TestFactoryRegistry.cpp
@@ -3,10 +3,6 @@
#include <map>
#include <assert.h>
-#if CPPUNIT_USE_TYPEINFO_NAME
-# include "cppunit/extensions/TypeInfoHelper.h"
-#endif
-
namespace CppUnit {