diff options
author | Sebastian Pop <s.pop@samsung.com> | 2019-01-15 15:49:57 -0600 |
---|---|---|
committer | Hans Kristian Rosbach <hk-github@circlestorm.org> | 2019-01-16 10:49:40 +0100 |
commit | 2576c4a7103fcc3cbbedb731dc786fe94323575b (patch) | |
tree | 29490f12c30a310f2586bf4495859f3f8b8c39ae /deflate_slow.c | |
parent | cb2806ceb323cf22ee46e44e8152287cd2bf5c3b (diff) |
move match.c to match_p.h and remove match.h
Diffstat (limited to 'deflate_slow.c')
-rw-r--r-- | deflate_slow.c | 2 |
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" /* =========================================================================== |