Reduce compile time dependencies.

(Logical change 1.506)
edge.strict_endians
!uv 2004-08-20 12:04:47 +00:00
parent b01733f10a
commit dc9c44c798
2 changed files with 2 additions and 3 deletions

View File

@ -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.

View File

@ -24,7 +24,6 @@
#include "config.h"
#include <stdio.h>
#include <getopt.h>
#include <stdlib.h>
#include <string.h>