diff options
author | Eric Schendel <esche@sourceforge.net> | 2002-09-16 19:11:45 +0000 |
---|---|---|
committer | Eric Schendel <esche@sourceforge.net> | 2002-09-16 19:11:45 +0000 |
commit | a0f34db747dcca29230c61827b97f1c45749850c (patch) | |
tree | d36418acb58176726622f705e6cdd8ef45227535 /src/cppunit | |
parent | af1070ecd04e521a6b5510716c00509980cde26c (diff) | |
download | cppunit-a0f34db747dcca29230c61827b97f1c45749850c.tar.gz |
Moved header to top
Diffstat (limited to 'src/cppunit')
-rw-r--r-- | src/cppunit/PlugInParameters.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cppunit/PlugInParameters.cpp b/src/cppunit/PlugInParameters.cpp index 71b55dc..1b532f9 100644 --- a/src/cppunit/PlugInParameters.cpp +++ b/src/cppunit/PlugInParameters.cpp @@ -1,7 +1,7 @@ -#if !defined(CPPUNIT_NO_TESTPLUGIN) - #include <cppunit/plugin/PlugInParameters.h> +#if !defined(CPPUNIT_NO_TESTPLUGIN) + CPPUNIT_NS_BEGIN |