diff options
| author | Bastiaan Bakker <bastiaan.bakker@lifeline.nl> | 2001-06-17 15:59:07 +0000 |
|---|---|---|
| committer | Bastiaan Bakker <bastiaan.bakker@lifeline.nl> | 2001-06-17 15:59:07 +0000 |
| commit | 399aab551a37b9f5e1df06ac4c0e81de873f2379 (patch) | |
| tree | 2e010b78d66549c68afeeeeb8d1bed496b9d6491 /src/cppunit/TestCase.cpp | |
| parent | 0962cef68c376aa22ff136c1303d33155dcb8008 (diff) | |
| download | cppunit-399aab551a37b9f5e1df06ac4c0e81de873f2379.tar.gz | |
Replaced #include of <config.h> with <cppunit/Portability.h>
Diffstat (limited to 'src/cppunit/TestCase.cpp')
| -rw-r--r-- | src/cppunit/TestCase.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cppunit/TestCase.cpp b/src/cppunit/TestCase.cpp index df5f96e..7c7c8ae 100644 --- a/src/cppunit/TestCase.cpp +++ b/src/cppunit/TestCase.cpp @@ -1,8 +1,8 @@ +#include <cppunit/Portability.h> #include <typeinfo> #include <stdexcept> #include <cmath> -#include "cppunit/config.h" #include "cppunit/TestCase.h" #include "cppunit/Exception.h" #include "cppunit/TestResult.h" |
