fix includes

This commit is contained in:
josch
2014-09-25 19:43:38 +02:00
parent dcce69e66d
commit ebc70ee4c4
5 changed files with 6 additions and 4 deletions

View File

@@ -21,11 +21,10 @@
#include <stdio.h>
#include <stdlib.h>
#include <inttypes.h>
#include <stdint.h>
#include "../../utils/http.h"
#include "../../utils/json.h"
#include "../../utils/strings.h"
#include "../folder.h"
#include "../mfconn.h"
#include "../apicalls.h" // IWYU pragma: keep