From: Scott Cantor Date: Sun, 27 Sep 2009 04:27:14 +0000 (+0000) Subject: Reducing header overuse, non-inlining selected methods (CPPOST-35). X-Git-Tag: 2.3~25 X-Git-Url: http://www.project-moonshot.org/gitweb/?p=shibboleth%2Fcpp-opensaml.git;a=commitdiff_plain;h=bffe345d60acc05377a243f42f042b98d1e41b9c Reducing header overuse, non-inlining selected methods (CPPOST-35). --- 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