parent
b01733f10a
commit
dc9c44c798
|
@ -26,8 +26,6 @@
|
|||
#include "config.h"
|
||||
#endif
|
||||
|
||||
#include <sys/stat.h>
|
||||
|
||||
#include "device_io.h"
|
||||
#include "types.h"
|
||||
#include "support.h"
|
||||
|
@ -70,6 +68,8 @@ struct ntfs_device {
|
|||
device operations. */
|
||||
};
|
||||
|
||||
struct stat;
|
||||
|
||||
/*
|
||||
* The ntfs device operations defining all operations that can be performed on
|
||||
* the low level device described by a ntfs device structure.
|
||||
|
|
|
@ -24,7 +24,6 @@
|
|||
#include "config.h"
|
||||
|
||||
#include <stdio.h>
|
||||
#include <getopt.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
|
|
Loading…
Reference in New Issue