diff options
author | jsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68> | 2012-03-17 18:10:05 +0000 |
---|---|---|
committer | jsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68> | 2012-03-17 18:10:05 +0000 |
commit | 46753b6278c89eb0c7095e1af5a84a4140f716a4 (patch) | |
tree | 31832b08f807bbbadd3bdd09b6e2f65055ead5c2 /sca-cpp/trunk/modules/http | |
parent | 76835ec65da7e3749d7173816f1032a9a6efe6f8 (diff) |
Upgrade to newer version of CURL and integrate its SMTP support.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1301969 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-cpp/trunk/modules/http')
-rw-r--r-- | sca-cpp/trunk/modules/http/http.hpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sca-cpp/trunk/modules/http/http.hpp b/sca-cpp/trunk/modules/http/http.hpp index 0b4c9f6822..2334c1c525 100644 --- a/sca-cpp/trunk/modules/http/http.hpp +++ b/sca-cpp/trunk/modules/http/http.hpp @@ -28,7 +28,6 @@ #include <unistd.h> #include <curl/curl.h> -#include <curl/types.h> #include <curl/easy.h> #include <apr.h> #include <apr_lib.h> |