summaryrefslogtreecommitdiff
path: root/src/cppunit
diff options
context:
space:
mode:
authorEric Schendel <esche@sourceforge.net>2002-09-16 19:11:45 +0000
committerEric Schendel <esche@sourceforge.net>2002-09-16 19:11:45 +0000
commita0f34db747dcca29230c61827b97f1c45749850c (patch)
treed36418acb58176726622f705e6cdd8ef45227535 /src/cppunit
parentaf1070ecd04e521a6b5510716c00509980cde26c (diff)
downloadcppunit-a0f34db747dcca29230c61827b97f1c45749850c.tar.gz
Moved header to top
Diffstat (limited to 'src/cppunit')
-rw-r--r--src/cppunit/PlugInParameters.cpp4
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