blob: f6c25b66c3de02030b2df2adad08ef3fa634a764 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
diff --git a/update.h b/update.h
index 561fb9e..c2d0b4c 100644
--- a/update.h
+++ b/update.h
@@ -9,7 +9,6 @@
#define __UPDATE_H
#include <curl/curl.h>
-#include <curl/types.h>
#include <curl/easy.h>
#include <string>
|