adjust includes according to iwyu 3.5

This commit is contained in:
josch
2014-12-29 09:49:48 +01:00
parent 8c5bb77601
commit a0c534b803
10 changed files with 36 additions and 67 deletions

View File

@@ -22,14 +22,17 @@
#include "../utils/http.h"
#define X_LINK_TYPE(a,b,c) c,
const char *link_types[] = {
#include "link_type.def"
NULL
const char *mfconn_file_link_types[] = {
"normal_download",
"direct_download",
"view",
"edit",
"watch",
"listen",
"streaming",
"one_time_download"
};
#undef X_LINK_TYPE
int mfapi_check_response(json_t * response, const char *apicall)
{
json_t *j_obj;