From 399aab551a37b9f5e1df06ac4c0e81de873f2379 Mon Sep 17 00:00:00 2001 From: Bastiaan Bakker Date: Sun, 17 Jun 2001 15:59:07 +0000 Subject: Replaced #include of with --- src/cppunit/TestRegistry.cpp | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'src/cppunit/TestRegistry.cpp') 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 #include "cppunit/TestRegistry.h" #include "cppunit/Test.h" -- cgit v1.2.1