mirror of
https://github.com/libfuse/libfuse.git
synced 2024-11-26 21:54:30 +08:00
Remove most includes in compat.c (#954)
compat.c is supposed to be standalone to provide compat ABI symbols. Including fuse header files can cause conflicts - just the opposite of what compat.c was made for.
This commit is contained in:
parent
05becec65d
commit
251d2fb0e1
19
lib/compat.c
19
lib/compat.c
@ -15,21 +15,12 @@
|
||||
support version symboling
|
||||
*/
|
||||
|
||||
#include "fuse_config.h"
|
||||
#include "fuse_i.h"
|
||||
#include "fuse_misc.h"
|
||||
#include "fuse_opt.h"
|
||||
#include "fuse_lowlevel.h"
|
||||
#include "mount_util.h"
|
||||
#include "libfuse_config.h"
|
||||
|
||||
struct fuse_args;
|
||||
struct fuse_cmdline_opts;
|
||||
struct fuse_cmdline_opts;
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <stddef.h>
|
||||
#include <unistd.h>
|
||||
#include <string.h>
|
||||
#include <limits.h>
|
||||
#include <errno.h>
|
||||
#include <sys/param.h>
|
||||
|
||||
/**
|
||||
* Compatibility ABI symbol for systems that do not support version symboling
|
||||
|
Loading…
Reference in New Issue
Block a user