summaryrefslogtreecommitdiff
path: root/deflate_slow.c
diff options
context:
space:
mode:
authorSebastian Pop <s.pop@samsung.com>2019-01-15 15:49:57 -0600
committerHans Kristian Rosbach <hk-github@circlestorm.org>2019-01-16 10:49:40 +0100
commit2576c4a7103fcc3cbbedb731dc786fe94323575b (patch)
tree29490f12c30a310f2586bf4495859f3f8b8c39ae /deflate_slow.c
parentcb2806ceb323cf22ee46e44e8152287cd2bf5c3b (diff)
move match.c to match_p.h and remove match.h
Diffstat (limited to 'deflate_slow.c')
-rw-r--r--deflate_slow.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/deflate_slow.c b/deflate_slow.c
index 1b2f70b..f4c8af7 100644
--- a/deflate_slow.c
+++ b/deflate_slow.c
@@ -7,7 +7,7 @@
#include "zbuild.h"
#include "deflate.h"
#include "deflate_p.h"
-#include "match.h"
+#include "match_p.h"
#include "functable.h"
/* ===========================================================================