mirror of
https://github.com/xorgy/mediafire-fuse
synced 2026-01-13 13:14:29 -08:00
adjust includes according to iwyu 3.5
This commit is contained in:
@@ -31,15 +31,16 @@
|
||||
#include <string.h>
|
||||
#include <errno.h>
|
||||
#include <sys/stat.h>
|
||||
#ifdef __linux
|
||||
#include <fcntl.h>
|
||||
#endif
|
||||
#include <fuse/fuse_common.h>
|
||||
#include <stdint.h>
|
||||
#include <libgen.h>
|
||||
#include <stdbool.h>
|
||||
#include <time.h>
|
||||
|
||||
#include "../mfapi/mfconn.h"
|
||||
#include "../mfapi/apicalls.h"
|
||||
#include "../utils/stringv.h"
|
||||
#include "hashtbl.h"
|
||||
#include "operations.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user