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/TestRegistry.cpp | |
| parent | 0962cef68c376aa22ff136c1303d33155dcb8008 (diff) | |
| download | cppunit-399aab551a37b9f5e1df06ac4c0e81de873f2379.tar.gz | |
Replaced #include of <config.h> with <cppunit/Portability.h>
Diffstat (limited to 'src/cppunit/TestRegistry.cpp')
| -rw-r--r-- | src/cppunit/TestRegistry.cpp | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/cppunit/TestRegistry.cpp b/src/cppunit/TestRegistry.cpp index cb96eb0..6f9b713 100644 --- a/src/cppunit/TestRegistry.cpp +++ b/src/cppunit/TestRegistry.cpp @@ -1,8 +1,4 @@ -#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 "cppunit/TestRegistry.h" #include "cppunit/Test.h" |
