[cpp-sp] branch main updated: Remove reference to removed header.
Scott Cantor
cantor.2 at osu.edu
Tue Apr 22 20:10:51 UTC 2025
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=86cd788e4bd9c2a188e0a8fae453fbff3f0d53ee
The following commit(s) were added to refs/heads/main by this push:
new 86cd788e Remove reference to removed header.
86cd788e is described below
commit 86cd788e4bd9c2a188e0a8fae453fbff3f0d53ee
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Apr 22 16:10:43 2025 -0400
Remove reference to removed header.
---
shibsp/attribute/impl/DefaultAttributeConfiguration.cpp | 1 -
shibsp/handler/impl/AttributeCheckerHandler.cpp | 1 -
shibsp/session/impl/AbstractSessionCache.cpp | 3 +--
3 files changed, 1 insertion(+), 4 deletions(-)
diff --git a/shibsp/attribute/impl/DefaultAttributeConfiguration.cpp b/shibsp/attribute/impl/DefaultAttributeConfiguration.cpp
index 0802284d..79f380e8 100644
--- a/shibsp/attribute/impl/DefaultAttributeConfiguration.cpp
+++ b/shibsp/attribute/impl/DefaultAttributeConfiguration.cpp
@@ -24,7 +24,6 @@
#include "AgentConfig.h"
#include "RequestMapper.h"
#include "SPRequest.h"
-#include "attribute/Attribute.h"
#include "attribute/AttributeConfiguration.h"
#include "logging/Category.h"
#include "remoting/ddf.h"
diff --git a/shibsp/handler/impl/AttributeCheckerHandler.cpp b/shibsp/handler/impl/AttributeCheckerHandler.cpp
index 097762af..98601289 100644
--- a/shibsp/handler/impl/AttributeCheckerHandler.cpp
+++ b/shibsp/handler/impl/AttributeCheckerHandler.cpp
@@ -24,7 +24,6 @@
#include "AgentConfig.h"
#include "exceptions.h"
#include "SPRequest.h"
-#include "attribute/Attribute.h"
#include "handler/AbstractHandler.h"
#include "logging/Category.h"
#include "session/SessionCache.h"
diff --git a/shibsp/session/impl/AbstractSessionCache.cpp b/shibsp/session/impl/AbstractSessionCache.cpp
index 502ecc5b..30431f63 100644
--- a/shibsp/session/impl/AbstractSessionCache.cpp
+++ b/shibsp/session/impl/AbstractSessionCache.cpp
@@ -21,7 +21,6 @@
#include "internal.h"
#include "exceptions.h"
#include "AgentConfig.h"
-#include "attribute/Attribute.h"
#include "session/AbstractSessionCache.h"
#include "logging/Category.h"
@@ -360,4 +359,4 @@ void BasicSession::validate(const char* applicationId, const char* client_addr,
m_lastAccess = now;
}
-*/
\ No newline at end of file
+*/
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list