[cpp-sp] branch master updated: Adjust internal header syntax.
Scott Cantor
cantor.2 at osu.edu
Thu Apr 26 11:20:07 EDT 2018
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch master
in repository cpp-sp.
View the commit online:
http://git.shibboleth.net/view/?p=cpp-sp.git;a=commit;h=3ba9b9c011869978d8022f7d62dca0f52f711ca5
The following commit(s) were added to refs/heads/master by this push:
new 3ba9b9c Adjust internal header syntax.
3ba9b9c is described below
commit 3ba9b9c011869978d8022f7d62dca0f52f711ca5
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Thu Apr 26 11:20:03 2018 -0400
Adjust internal header syntax.
---
shibsp/impl/StorageServiceSessionCache.h | 4 ++--
shibsp/impl/StoredSession.h | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/shibsp/impl/StorageServiceSessionCache.h b/shibsp/impl/StorageServiceSessionCache.h
index 5e18062..b63ea2e 100644
--- a/shibsp/impl/StorageServiceSessionCache.h
+++ b/shibsp/impl/StorageServiceSessionCache.h
@@ -27,8 +27,8 @@
#ifndef __shibsp_sscache_h__
#define __shibsp_sscache_h__
-#include <shibsp/SessionCache.h>
-#include <shibsp/remoting/ListenerService.h>
+#include "SessionCache.h"
+#include "remoting/ListenerService.h"
#include <ctime>
#include <boost/shared_ptr.hpp>
diff --git a/shibsp/impl/StoredSession.h b/shibsp/impl/StoredSession.h
index ae46ff0..a7f0a7e 100644
--- a/shibsp/impl/StoredSession.h
+++ b/shibsp/impl/StoredSession.h
@@ -27,8 +27,8 @@
#ifndef __shibsp_storedsession_h__
#define __shibsp_storedsession_h__
-#include <shibsp/SessionCache.h>
-#include <shibsp/remoting/ddf.h>
+#include "SessionCache.h"
+#include "remoting/ddf.h"
#include <ctime>
#include <boost/scoped_ptr.hpp>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list