diff options
| author | Bastiaan Bakker <bastiaan.bakker@lifeline.nl> | 2001-04-14 21:37:31 +0000 |
|---|---|---|
| committer | Bastiaan Bakker <bastiaan.bakker@lifeline.nl> | 2001-04-14 21:37:31 +0000 |
| commit | fb5695f7ca74f6557bdff1ceff009628ac3adc4a (patch) | |
| tree | 8e6c05a5db8ef1c3037a10f579c31f0eb38a087e /cppunit/TestResult.cpp | |
| parent | f5f2b1d2761b1d81c042d51619182c7951fd23aa (diff) | |
| download | cppunit-fb5695f7ca74f6557bdff1ceff009628ac3adc4a.tar.gz | |
Moved public header files from cppunit dir to include/cppunit, to separate them from internal header files like estring.h.
Diffstat (limited to 'cppunit/TestResult.cpp')
| -rw-r--r-- | cppunit/TestResult.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cppunit/TestResult.cpp b/cppunit/TestResult.cpp index 8682934..a63652b 100644 --- a/cppunit/TestResult.cpp +++ b/cppunit/TestResult.cpp @@ -1,4 +1,4 @@ -#include "TestResult.h" +#include "cppunit/TestResult.h" namespace CppUnit { |
