[sword-svn] r2631 - trunk/src/mgr
chrislit at crosswire.org
chrislit at crosswire.org
Sun Jul 3 02:40:31 MST 2011
Author: chrislit
Date: 2011-07-03 02:40:30 -0700 (Sun, 03 Jul 2011)
New Revision: 2631
Modified:
trunk/src/mgr/curlftpt.cpp
trunk/src/mgr/curlhttpt.cpp
Log:
types.h is no longer part of cURL stable
Modified: trunk/src/mgr/curlftpt.cpp
===================================================================
--- trunk/src/mgr/curlftpt.cpp 2011-07-02 22:44:33 UTC (rev 2630)
+++ trunk/src/mgr/curlftpt.cpp 2011-07-03 09:40:30 UTC (rev 2631)
@@ -26,7 +26,6 @@
#include <fcntl.h>
#include <curl/curl.h>
-#include <curl/types.h>
#include <curl/easy.h>
#include <swlog.h>
Modified: trunk/src/mgr/curlhttpt.cpp
===================================================================
--- trunk/src/mgr/curlhttpt.cpp 2011-07-02 22:44:33 UTC (rev 2630)
+++ trunk/src/mgr/curlhttpt.cpp 2011-07-03 09:40:30 UTC (rev 2631)
@@ -25,7 +25,6 @@
#include <cctype>
#include <curl/curl.h>
-#include <curl/types.h>
#include <curl/easy.h>
#include <swlog.h>
More information about the sword-cvs
mailing list