diff options
Diffstat (limited to 'include/cppunit/TestCaller.h')
| -rw-r--r-- | include/cppunit/TestCaller.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/include/cppunit/TestCaller.h b/include/cppunit/TestCaller.h index ece31fa..6af6e79 100644 --- a/include/cppunit/TestCaller.h +++ b/include/cppunit/TestCaller.h @@ -1,11 +1,8 @@ #ifndef CPPUNIT_TESTCALLER_H #define CPPUNIT_TESTCALLER_H -#ifndef CPPUNIT_TESTCASE_H -#include "TestCase.h" -#endif - #include <memory> +#include <cppunit/TestCase.h> namespace CppUnit { |
