summaryrefslogtreecommitdiff
path: root/include/cppunit/TestAssert.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/cppunit/TestAssert.h')
-rw-r--r--include/cppunit/TestAssert.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/include/cppunit/TestAssert.h b/include/cppunit/TestAssert.h
index f67649e..88ee195 100644
--- a/include/cppunit/TestAssert.h
+++ b/include/cppunit/TestAssert.h
@@ -2,10 +2,7 @@
#define CPPUNIT_TESTASSERT_H
#include <string>
-
-#ifndef CPPUNIT_EXCEPTION_H
-#include "Exception.h"
-#endif
+#include <cppunit/Exception.h>
namespace CppUnit {