summaryrefslogtreecommitdiffstats
path: root/lib/x1000-installer/test_lib/file.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/x1000-installer/test_lib/file.h')
-rw-r--r--lib/x1000-installer/test_lib/file.h18
1 files changed, 0 insertions, 18 deletions
diff --git a/lib/x1000-installer/test_lib/file.h b/lib/x1000-installer/test_lib/file.h
deleted file mode 100644
index 2a6554c695..0000000000
--- a/lib/x1000-installer/test_lib/file.h
+++ /dev/null
@@ -1,18 +0,0 @@
-#ifndef FILE_H
-#define FILE_H
-
-#include <sys/types.h>
-#include <sys/statfs.h>
-#include <sys/stat.h>
-#include <fcntl.h>
-#include <unistd.h>
-
-#ifdef MAX_PATH
-# undef MAX_PATH
-#endif
-
-#define MAX_PATH 260
-
-off_t filesize(int fd);
-
-#endif