changed header locations
authorcantor <cantor@cb58f699-b61c-0410-a6fe-9272a202ed29>
Sun, 6 Oct 2002 20:09:44 +0000 (20:09 +0000)
committercantor <cantor@cb58f699-b61c-0410-a6fe-9272a202ed29>
Sun, 6 Oct 2002 20:09:44 +0000 (20:09 +0000)
git-svn-id: https://svn.middleware.georgetown.edu/cpp-sp/trunk@123 cb58f699-b61c-0410-a6fe-9272a202ed29

mod_shire/mod_shire.cpp

index db9ddd7..4cfe412 100644 (file)
@@ -20,9 +20,9 @@
 #include <libapreq/apache_request.h>
 
 // SAML Runtime
-#include <saml.h>
-#include <shib.h>
-#include <shib-target.h>
+#include <saml/saml.h>
+#include <shib/shib.h>
+#include <shib-target/shib-target.h>
 
 #include <fstream>
 #include <strstream>