diff options
| author | Bastiaan Bakker <bastiaan.bakker@lifeline.nl> | 2001-05-06 15:19:32 +0000 |
|---|---|---|
| committer | Bastiaan Bakker <bastiaan.bakker@lifeline.nl> | 2001-05-06 15:19:32 +0000 |
| commit | e755afe395b6ca13d2d1924fbc085703e9d49692 (patch) | |
| tree | f0387f8c694ab5b9f0ce2db4b0c589659d71e979 /include/cppunit/extensions/TestFactoryRegistry.h | |
| parent | 2db1afb54da0fafc81dbc88956129616f09de24a (diff) | |
| download | cppunit-e755afe395b6ca13d2d1924fbc085703e9d49692.tar.gz | |
Fixed #include's for cppunit headers.
Diffstat (limited to 'include/cppunit/extensions/TestFactoryRegistry.h')
| -rw-r--r-- | include/cppunit/extensions/TestFactoryRegistry.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/include/cppunit/extensions/TestFactoryRegistry.h b/include/cppunit/extensions/TestFactoryRegistry.h index 637ab1b..c26b987 100644 --- a/include/cppunit/extensions/TestFactoryRegistry.h +++ b/include/cppunit/extensions/TestFactoryRegistry.h @@ -1,5 +1,5 @@ -#ifndef CPPUNIT_TESTFACTORYREGISTRY_H -#define CPPUNIT_TESTFACTORYREGISTRY_H +#ifndef CPPUNIT_EXTENSIONS_TESTFACTORYREGISTRY_H +#define CPPUNIT_EXTENSIONS_TESTFACTORYREGISTRY_H #if _MSC_VER > 1000 // VC++ #pragma warning( disable : 4786 ) // disable warning debug symbol > 255... @@ -7,7 +7,7 @@ #include <map> #include <string> -#include "cppunit/extensions/AbstractTestFactory.h" +#include <cppunit/extensions/AbstractTestFactory.h> namespace CppUnit { @@ -81,4 +81,4 @@ namespace CppUnit { } // namespace CppUnit -#endif // CPPUNIT_TESTFACTORYREGISTRY_H +#endif // CPPUNIT_EXTENSIONS_TESTFACTORYREGISTRY_H |
