patch.c - remove 'hash.h' header include

This commit is contained in:
twinaphex 2015-03-29 19:15:37 +02:00
parent 31a5c4a1bf
commit 105a12287d

View File

@ -23,7 +23,6 @@
#include <stdint.h>
#include <string.h>
#include "patch.h"
#include "hash.h"
#include "file_ops.h"
#include <file/file_extract.h>
#include "general.h"