summaryrefslogtreecommitdiff
path: root/src/cppunit/TestCase.cpp
diff options
context:
space:
mode:
authorSteve M. Robbins <smr@sumost.ca>2001-07-07 18:12:41 +0000
committerSteve M. Robbins <smr@sumost.ca>2001-07-07 18:12:41 +0000
commit936762c3876279c3973e30fea5919b719eae5a3f (patch)
tree0f4ac9bacb9329b8411438d17d58012b5c6ad1e9 /src/cppunit/TestCase.cpp
parentb73b5ccc56b78cd3a47da81b8a78f9d5d03403b5 (diff)
downloadcppunit-936762c3876279c3973e30fea5919b719eae5a3f.tar.gz
Removed last uses of estring.
Diffstat (limited to 'src/cppunit/TestCase.cpp')
-rw-r--r--src/cppunit/TestCase.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/cppunit/TestCase.cpp b/src/cppunit/TestCase.cpp
index f330044..91ad597 100644
--- a/src/cppunit/TestCase.cpp
+++ b/src/cppunit/TestCase.cpp
@@ -6,7 +6,6 @@
#include "cppunit/TestCase.h"
#include "cppunit/Exception.h"
#include "cppunit/TestResult.h"
-#include "estring.h"
namespace CppUnit {