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

@@ -31,12 +31,9 @@
#include <string.h>
#include <errno.h>
#include <sys/stat.h>
#ifdef __linux
#include <fcntl.h>
#endif
#include <pwd.h>
#include <wordexp.h>
#include <fcntl.h>
#include <stdbool.h>
#include "../mfapi/mfconn.h"