diff options
| author | Bastiaan Bakker <bastiaan.bakker@lifeline.nl> | 2001-06-17 15:59:07 +0000 |
|---|---|---|
| committer | Bastiaan Bakker <bastiaan.bakker@lifeline.nl> | 2001-06-17 15:59:07 +0000 |
| commit | 399aab551a37b9f5e1df06ac4c0e81de873f2379 (patch) | |
| tree | 2e010b78d66549c68afeeeeb8d1bed496b9d6491 /src/cppunit/TestFactoryRegistry.cpp | |
| parent | 0962cef68c376aa22ff136c1303d33155dcb8008 (diff) | |
| download | cppunit-399aab551a37b9f5e1df06ac4c0e81de873f2379.tar.gz | |
Replaced #include of <config.h> with <cppunit/Portability.h>
Diffstat (limited to 'src/cppunit/TestFactoryRegistry.cpp')
| -rw-r--r-- | src/cppunit/TestFactoryRegistry.cpp | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/src/cppunit/TestFactoryRegistry.cpp b/src/cppunit/TestFactoryRegistry.cpp index e20b901..0e7546b 100644 --- a/src/cppunit/TestFactoryRegistry.cpp +++ b/src/cppunit/TestFactoryRegistry.cpp @@ -1,11 +1,6 @@ -#if _MSC_VER > 1000 // VC++ -#pragma once -#pragma warning( disable : 4786 ) // disable warning debug symbol > 255... -#endif // _MSC_VER > 1000 - +#include <cppunit/Portability.h> #include <sstream> #include <utility> -#include "cppunit/config.h" #include "cppunit/TestSuite.h" #include "cppunit/extensions/TestFactoryRegistry.h" |
