mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
12 lines
282 B
Diff
12 lines
282 B
Diff
--- examples/protocol.cpp.orig 2006-05-10 13:05:42.000000000 -0500
|
|||
|
|
+++ examples/protocol.cpp 2013-02-07 20:27:42.000000000 -0600
|
||
|
|
@@ -12,8 +12,6 @@
|
||
|
|
#include <map>
|
||
|
|
#include <expat.h>
|
||
|
|
#include <curl/curl.h>
|
||
|
|
-#include <curl/types.h>
|
||
|
|
-#include <curl/easy.h>
|
||
|
|
|
||
|
|
using namespace std;
|
||
|
|
|