file_extract.h - take out dependency on file.h

This commit is contained in:
twinaphex 2014-10-21 18:49:17 +02:00
parent 383eb08988
commit 6da1ece30a

View File

@ -17,7 +17,6 @@
#define FILE_EXTRACT_H__
#include <boolean.h>
#include "file.h"
#include <stddef.h>
#include <stdint.h>