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/HelperMacros.h | |
parent | 2db1afb54da0fafc81dbc88956129616f09de24a (diff) | |
download | cppunit-e755afe395b6ca13d2d1924fbc085703e9d49692.tar.gz |
Fixed #include's for cppunit headers.
Diffstat (limited to 'include/cppunit/extensions/HelperMacros.h')
-rw-r--r-- | include/cppunit/extensions/HelperMacros.h | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/include/cppunit/extensions/HelperMacros.h b/include/cppunit/extensions/HelperMacros.h index e1a4b72..0cb3495 100644 --- a/include/cppunit/extensions/HelperMacros.h +++ b/include/cppunit/extensions/HelperMacros.h @@ -3,12 +3,11 @@ // (c)Copyright 2000, Baptiste Lepilleur. // Created: 2001/04/15 // ////////////////////////////////////////////////////////////////////////// -#ifndef CPPUNIT_HELPERMACROS_H -#define CPPUNIT_HELPERMACROS_H - -#include "AutoRegisterSuite.h" -#include "TestSuiteBuilder.h" +#ifndef CPPUNIT_EXTENSIONS_HELPERMACROS_H +#define CPPUNIT_EXTENSIONS_HELPERMACROS_H +#include <cppunit/extensions/AutoRegisterSuite.h> +#include <cppunit/extensions/TestSuiteBuilder.h> /** Begins the declaration of the test suite * @@ -160,4 +159,4 @@ CU_MAKE_UNIQUE_NAME(__autoRegisterSuite ) -#endif // CPPUNIT_HELPERMACROS_H +#endif // CPPUNIT_EXTENSIONS_HELPERMACROS_H |