We don't need unistd.h (and it causes problems on Solaris)
authorwarlord <warlord@cb58f699-b61c-0410-a6fe-9272a202ed29>
Thu, 26 Sep 2002 22:49:33 +0000 (22:49 +0000)
committerwarlord <warlord@cb58f699-b61c-0410-a6fe-9272a202ed29>
Thu, 26 Sep 2002 22:49:33 +0000 (22:49 +0000)
git-svn-id: https://svn.middleware.georgetown.edu/cpp-sp/trunk@96 cb58f699-b61c-0410-a6fe-9272a202ed29

mod_shibrm/mod_shibrm.cpp
mod_shire/mod_shire.cpp

index 44f2221..60268ba 100644 (file)
@@ -16,8 +16,6 @@
 #include "http_core.h"
 #include "http_log.h"
 
-#include <unistd.h>
-
 // SAML Runtime
 #include <saml.h>
 #include <shib.h>
index 3983f6c..db9ddd7 100644 (file)
@@ -19,8 +19,6 @@
 // For POST processing from Apache
 #include <libapreq/apache_request.h>
 
-#include <unistd.h>
-
 // SAML Runtime
 #include <saml.h>
 #include <shib.h>