From 6c2d743aed2eb4c0a960edaadc7366faa3b24c5c Mon Sep 17 00:00:00 2001 From: Baptiste Lepilleur Date: Wed, 10 Apr 2002 14:22:30 +0000 Subject: Include/cppunitui/: moved to include/cppunit/ui (fix unix install problem). include/cppunitui/: moved to include/cppunit/ui (fix unix install problem). * doc/cookbook.dox: * examples/cppunittest/CppUnitTestMain.cpp: * examples/msvc/CppUnitTestApp/HostApp.cpp: * examples/msvc/HostApp/HostApp.cpp: * examples/qt/Main.Cpp: * examples/src/cppunit/TestRunner.cpp: * examples/src/msvc6/TestRunner/TestRunner.cpp: * examples/src/qttestrunner/TestRunner.cpp: updated to use instead of in include directives. * doc/CppUnit-win.dox: generated documentation give the include path at the bottom of the page for each class. * NEWS: added compatibility break for 1.7.10 users. --- examples/cppunittest/CppUnitTestMain.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/cppunittest/CppUnitTestMain.cpp') diff --git a/examples/cppunittest/CppUnitTestMain.cpp b/examples/cppunittest/CppUnitTestMain.cpp index d095576..db7b5bd 100644 --- a/examples/cppunittest/CppUnitTestMain.cpp +++ b/examples/cppunittest/CppUnitTestMain.cpp @@ -1,6 +1,6 @@ #include #include -#include +#include #include "CppUnitTestSuite.h" -- cgit v1.2.1