summaryrefslogtreecommitdiff
blob: 63d9a6ff4762c0288ec0ea2db2096f4ba0d2b7ce (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
--- comm-release/mozilla/config/system-headers
+++ comm-release/mozilla/config/system-headers
@@ -207,7 +207,6 @@
 ctype.h
 curl/curl.h
 curl/easy.h
-curl/types.h
 curses.h
 cxxabi.h
 DateTimeUtils.h
--- comm-release/mozilla/js/src/config/system-headers
+++ comm-release/mozilla/js/src/config/system-headers
@@ -207,7 +207,6 @@
 ctype.h
 curl/curl.h
 curl/easy.h
-curl/types.h
 curses.h
 cxxabi.h
 DateTimeUtils.h
--- comm-release/mozilla/toolkit/crashreporter/google-breakpad/src/common/linux/http_upload.cc
+++ comm-release/mozilla/toolkit/crashreporter/google-breakpad/src/common/linux/http_upload.cc
@@ -33,7 +33,6 @@
 #include <dlfcn.h>
 #include <curl/curl.h>
 #include <curl/easy.h>
-#include <curl/types.h>
 
 namespace {
 
--- comm-release/mozilla/toolkit/crashreporter/google-breakpad/src/common/linux/libcurl_wrapper.cc
+++ comm-release/mozilla/toolkit/crashreporter/google-breakpad/src/common/linux/libcurl_wrapper.cc
@@ -29,7 +29,6 @@
 
 #include <curl/curl.h>
 #include <curl/easy.h>
-#include <curl/types.h>
 #include <dlfcn.h>
 
 #include <iostream>