From bffe345d60acc05377a243f42f042b98d1e41b9c Mon Sep 17 00:00:00 2001 From: Scott Cantor Date: Sun, 27 Sep 2009 04:27:14 +0000 Subject: [PATCH] Reducing header overuse, non-inlining selected methods (CPPOST-35). --- samltest/binding.h | 2 ++ samltest/saml1/profile/SAML1PolicyTest.h | 3 ++- samltest/saml2/profile/SAML2PolicyTest.h | 3 ++- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/samltest/binding.h b/samltest/binding.h index 3564bb1..95f5905 100644 --- a/samltest/binding.h +++ b/samltest/binding.h @@ -19,11 +19,13 @@ #include #include #include +#include #include #include #include #include #include +#include #include #include diff --git a/samltest/saml1/profile/SAML1PolicyTest.h b/samltest/saml1/profile/SAML1PolicyTest.h index 3ea4593..6c5d45d 100644 --- a/samltest/saml1/profile/SAML1PolicyTest.h +++ b/samltest/saml1/profile/SAML1PolicyTest.h @@ -1,5 +1,5 @@ /* - * Copyright 2001-2007 Internet2 + * Copyright 2001-2009 Internet2 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -17,6 +17,7 @@ #include "internal.h" #include +#include #include #include diff --git a/samltest/saml2/profile/SAML2PolicyTest.h b/samltest/saml2/profile/SAML2PolicyTest.h index c5b80e0..82e02fc 100644 --- a/samltest/saml2/profile/SAML2PolicyTest.h +++ b/samltest/saml2/profile/SAML2PolicyTest.h @@ -1,5 +1,5 @@ /* - * Copyright 2001-2007 Internet2 + * Copyright 2001-2009 Internet2 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -17,6 +17,7 @@ #include "internal.h" #include +#include #include #include -- 2.1.4