Made plugin.h include all prerequisite declarations
Only <plugin.h> to be included in plugins code. Signed-off-by: Eric Biggers <ebiggers3@gmail.com>pull/2/head
parent
68dec8ddbc
commit
0babe3c0db
|
@ -30,7 +30,11 @@
|
|||
#ifndef _NTFS_PLUGIN_H
|
||||
#define _NTFS_PLUGIN_H
|
||||
|
||||
#include "inode.h"
|
||||
#include "layout.h"
|
||||
|
||||
struct fuse_file_info;
|
||||
struct stat;
|
||||
|
||||
/*
|
||||
* The plugin operations currently defined.
|
||||
|
|
Loading…
Reference in New Issue