[cpp-sp] 01/02: Header cleanup.
Scott Cantor
cantor.2 at osu.edu
Fri Nov 15 20:46:00 UTC 2024
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch main
in repository cpp-sp.
View the commit online:
http://git.shibboleth.net/view/?p=cpp-sp.git;a=commit;h=0d4b63a027f6d9fabe4a225cef5f2553922c9dac
commit 0d4b63a027f6d9fabe4a225cef5f2553922c9dac
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Thu Nov 7 13:26:31 2024 -0500
Header cleanup.
---
shibsp/handler/impl/AssertionLookup.cpp | 1 +
shibsp/impl/XMLApplication.cpp | 1 +
shibsp/impl/XMLServiceProvider.cpp | 1 +
shibsp/util/DOMPropertySet.cpp | 1 +
shibsp/util/PropertySet.h | 5 +----
5 files changed, 5 insertions(+), 4 deletions(-)
diff --git a/shibsp/handler/impl/AssertionLookup.cpp b/shibsp/handler/impl/AssertionLookup.cpp
index 280c6a72..d3fa43e0 100644
--- a/shibsp/handler/impl/AssertionLookup.cpp
+++ b/shibsp/handler/impl/AssertionLookup.cpp
@@ -32,6 +32,7 @@
#include "SPRequest.h"
#include "handler/RemotedHandler.h"
#include "handler/SecuredHandler.h"
+#include "util/SPConstants.h"
#include <boost/scoped_ptr.hpp>
diff --git a/shibsp/impl/XMLApplication.cpp b/shibsp/impl/XMLApplication.cpp
index 53c5f04f..2ab11b24 100644
--- a/shibsp/impl/XMLApplication.cpp
+++ b/shibsp/impl/XMLApplication.cpp
@@ -30,6 +30,7 @@
#include "handler/LogoutInitiator.h"
#include "handler/SessionInitiator.h"
#include "impl/XMLApplication.h"
+#include "util/SPConstants.h"
#define BOOST_BIND_GLOBAL_PLACEHOLDERS
#include <boost/bind.hpp>
diff --git a/shibsp/impl/XMLServiceProvider.cpp b/shibsp/impl/XMLServiceProvider.cpp
index ba798ddf..5342737c 100644
--- a/shibsp/impl/XMLServiceProvider.cpp
+++ b/shibsp/impl/XMLServiceProvider.cpp
@@ -32,6 +32,7 @@
#include "SPRequest.h"
#include "impl/XMLApplication.h"
#include "impl/XMLServiceProvider.h"
+#include "util/SPConstants.h"
#if defined(XMLTOOLING_LOG4SHIB)
# include <log4shib/PropertyConfigurator.hh>
diff --git a/shibsp/util/DOMPropertySet.cpp b/shibsp/util/DOMPropertySet.cpp
index c5b2d3d0..6f29d7a6 100644
--- a/shibsp/util/DOMPropertySet.cpp
+++ b/shibsp/util/DOMPropertySet.cpp
@@ -26,6 +26,7 @@
#include "internal.h"
#include "util/DOMPropertySet.h"
+#include "util/SPConstants.h"
#include <algorithm>
#include <boost/lexical_cast.hpp>
diff --git a/shibsp/util/PropertySet.h b/shibsp/util/PropertySet.h
index 0870f391..4647c76f 100644
--- a/shibsp/util/PropertySet.h
+++ b/shibsp/util/PropertySet.h
@@ -21,10 +21,7 @@
#ifndef __shibsp_propset_h__
#define __shibsp_propset_h__
-#include <shibsp/util/SPConstants.h>
-
-#include <map>
-#include <string>
+#include <utility>
namespace shibsp {
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list