From b74f0386245d45293bc35e13b25051dba589dbd9 Mon Sep 17 00:00:00 2001 From: Beman Dawes Date: Sat, 10 Aug 2002 21:52:10 +0000 Subject: [PATCH] #include for new Boost.Test version [SVN r14772] --- tests/alignment_test.cpp | 2 +- tests/arithmetic_traits_test.cpp | 2 +- tests/composite_traits_test.cpp | 2 +- tests/cv_traits_test.cpp | 2 +- tests/is_convertible_test.cpp | 2 +- tests/is_function_test.cpp | 2 +- tests/is_same_test.cpp | 2 +- tests/object_type_traits_test.cpp | 2 +- tests/transform_traits_test.cpp | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/tests/alignment_test.cpp b/tests/alignment_test.cpp index 70cc82f..b3b2be3 100644 --- a/tests/alignment_test.cpp +++ b/tests/alignment_test.cpp @@ -6,7 +6,7 @@ #include #include -#include +#include #ifdef __BORLANDC__ #pragma hrdstop diff --git a/tests/arithmetic_traits_test.cpp b/tests/arithmetic_traits_test.cpp index 4e888cc..9887142 100644 --- a/tests/arithmetic_traits_test.cpp +++ b/tests/arithmetic_traits_test.cpp @@ -5,7 +5,7 @@ // warranty, and with no claim as to its suitability for any purpose. #include -#include +#include #include #ifdef __BORLANDC__ diff --git a/tests/composite_traits_test.cpp b/tests/composite_traits_test.cpp index b20e511..87139f8 100644 --- a/tests/composite_traits_test.cpp +++ b/tests/composite_traits_test.cpp @@ -6,7 +6,7 @@ #include #include -#include +#include #ifdef __BORLANDC__ #pragma hrdstop diff --git a/tests/cv_traits_test.cpp b/tests/cv_traits_test.cpp index 86caa3d..6b9e8ee 100644 --- a/tests/cv_traits_test.cpp +++ b/tests/cv_traits_test.cpp @@ -6,7 +6,7 @@ #include #include -#include +#include #ifdef __BORLANDC__ #pragma hrdstop diff --git a/tests/is_convertible_test.cpp b/tests/is_convertible_test.cpp index 8774b8c..7c9bb27 100644 --- a/tests/is_convertible_test.cpp +++ b/tests/is_convertible_test.cpp @@ -6,7 +6,7 @@ #include #include -#include +#include #include "boost/type_traits/type_traits_test.hpp" template diff --git a/tests/is_function_test.cpp b/tests/is_function_test.cpp index 672ac04..995bed0 100644 --- a/tests/is_function_test.cpp +++ b/tests/is_function_test.cpp @@ -5,7 +5,7 @@ // warranty, and with no claim as to its suitability for any purpose. #include -#include +#include #include "boost/type_traits/type_traits_test.hpp" template diff --git a/tests/is_same_test.cpp b/tests/is_same_test.cpp index fe94135..0aa5989 100644 --- a/tests/is_same_test.cpp +++ b/tests/is_same_test.cpp @@ -6,7 +6,7 @@ #include #include -#include +#include #ifdef __BORLANDC__ #pragma hrdstop diff --git a/tests/object_type_traits_test.cpp b/tests/object_type_traits_test.cpp index 69dbe3b..67bad5a 100644 --- a/tests/object_type_traits_test.cpp +++ b/tests/object_type_traits_test.cpp @@ -6,7 +6,7 @@ #include #include -#include +#include #ifdef __BORLANDC__ #pragma hrdstop diff --git a/tests/transform_traits_test.cpp b/tests/transform_traits_test.cpp index ba817e1..a006c66 100644 --- a/tests/transform_traits_test.cpp +++ b/tests/transform_traits_test.cpp @@ -7,7 +7,7 @@ #include #include #include -#include +#include #ifdef __BORLANDC__ #pragma hrdstop