[cpp-sp] branch main updated: Remove headers from internal.h

Scott Cantor cantor.2 at osu.edu
Tue Dec 3 14:09:13 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=03b6a456197ae74b4311401b709af3aa153af1fc

The following commit(s) were added to refs/heads/main by this push:
     new 03b6a456 Remove headers from internal.h
03b6a456 is described below

commit 03b6a456197ae74b4311401b709af3aa153af1fc
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Dec 3 09:09:03 2024 -0500

    Remove headers from internal.h
---
 shibsp/handler/impl/SessionInitiator.cpp | 1 +
 shibsp/impl/StoredSession.h              | 1 +
 shibsp/internal.h                        | 2 --
 3 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/shibsp/handler/impl/SessionInitiator.cpp b/shibsp/handler/impl/SessionInitiator.cpp
index 97ea7e26..67605c3a 100644
--- a/shibsp/handler/impl/SessionInitiator.cpp
+++ b/shibsp/handler/impl/SessionInitiator.cpp
@@ -26,6 +26,7 @@
 
 #include "internal.h"
 #include "exceptions.h"
+#include "Application.h"
 #include "SPRequest.h"
 #include "handler/SessionInitiator.h"
 
diff --git a/shibsp/impl/StoredSession.h b/shibsp/impl/StoredSession.h
index b664a363..2976e482 100644
--- a/shibsp/impl/StoredSession.h
+++ b/shibsp/impl/StoredSession.h
@@ -27,6 +27,7 @@
 #ifndef __shibsp_storedsession_h__
 #define __shibsp_storedsession_h__
 
+#include "Application.h"
 #include "SessionCache.h"
 #include "remoting/ddf.h"
 
diff --git a/shibsp/internal.h b/shibsp/internal.h
index c3c01dc9..84745ef3 100644
--- a/shibsp/internal.h
+++ b/shibsp/internal.h
@@ -45,8 +45,6 @@
 #include "logging/Category.h"
 
 #include <memory>
-#include <shibsp/Application.h>
-#include <shibsp/io/HTTPRequest.h>
 
 using namespace xercesc;
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list