patch.c - remove 'hash.h' header include
This commit is contained in:
parent
31a5c4a1bf
commit
105a12287d
1
patch.c
1
patch.c
|
@ -23,7 +23,6 @@
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include "patch.h"
|
#include "patch.h"
|
||||||
#include "hash.h"
|
|
||||||
#include "file_ops.h"
|
#include "file_ops.h"
|
||||||
#include <file/file_extract.h>
|
#include <file/file_extract.h>
|
||||||
#include "general.h"
|
#include "general.h"
|
||||||
|
|
Loading…
Reference in New Issue