diff options
Diffstat (limited to 'http.h')
| -rw-r--r-- | http.h | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -1,14 +1,15 @@ #ifndef HTTP_H #define HTTP_H -#include "cache.h" +struct packed_git; + +#include "git-zlib.h" #include <curl/curl.h> #include <curl/easy.h> #include "strbuf.h" #include "remote.h" -#include "url.h" #define DEFAULT_MAX_REQUESTS 5 |
