summaryrefslogtreecommitdiff
blob: 39a6026010aa8c440f149aa99b0a89bb40adc854 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
--- a/modules/submit-http/submit-http.hpp
+++ b/modules/submit-http/submit-http.hpp
@@ -29,7 +29,6 @@
  /* $Id$ */
 
 #include <curl/curl.h>
-#include <curl/types.h> /* new for v7 */
 #include <curl/easy.h> /* new for v7 */
 
 #include "Nepenthes.hpp"
--- a/modules/submit-http/HTTPSession.cpp
+++ b/modules/submit-http/HTTPSession.cpp
@@ -28,7 +28,6 @@
 
 
 #include <curl/curl.h>
-#include <curl/types.h> /* new for v7 */
 #include <curl/easy.h> /* new for v7 */
 #include <sstream>
 #include <netinet/in.h>
--- a/modules/submit-http/HTTPSession.hpp
+++ b/modules/submit-http/HTTPSession.hpp
@@ -29,7 +29,6 @@
  /* $Id$ */
  
 #include <curl/curl.h>
-#include <curl/types.h>
 
 #include "Download.hpp"
 
--- a/modules/download-curl/download-curl.hpp
+++ b/modules/download-curl/download-curl.hpp
@@ -28,7 +28,6 @@
  /* $Id$ */
 
 #include <curl/curl.h>
-#include <curl/types.h> /* new for v7 */
 #include <curl/easy.h> /* new for v7 */
 
 #include "Module.hpp"
--- a/modules/submit-mwserv/submit-mwserv.hpp
+++ b/modules/submit-mwserv/submit-mwserv.hpp
@@ -27,7 +27,6 @@
  *******************************************************************************/
  
 #include <curl/curl.h>
-#include <curl/types.h>
 #include <curl/easy.h>
 
 #include "Nepenthes.hpp"
--- a/modules/submit-mwserv/TransferSession.hpp
+++ b/modules/submit-mwserv/TransferSession.hpp
@@ -27,7 +27,6 @@
  *******************************************************************************/
 
 #include <curl/curl.h>
-#include <curl/types.h>
 #include <curl/easy.h>
 
 #include <string>
--- a/modules/submit-norman/submit-norman.hpp
+++ b/modules/submit-norman/submit-norman.hpp
@@ -29,7 +29,6 @@
 
 
 #include <curl/curl.h>
-#include <curl/types.h> /* new for v7 */
 #include <curl/easy.h> /* new for v7 */
 
 #include "Module.hpp"