mirror of
https://github.com/GerbilSoft/zlib-ng.git
synced 2025-06-18 11:35:35 -04:00
Renamed trees_p.h to trees.h.
This commit is contained in:
parent
4490d52d0a
commit
899f0720ec
@ -835,9 +835,9 @@ set(ZLIB_PRIVATE_HDRS
|
||||
inftrees.h
|
||||
insert_string_tpl.h
|
||||
match_tpl.h
|
||||
trees_tbl.h
|
||||
trees.h
|
||||
trees_emit.h
|
||||
trees_p.h
|
||||
trees_tbl.h
|
||||
zbuild.h
|
||||
zendian.h
|
||||
zutil.h
|
||||
|
@ -6,7 +6,7 @@
|
||||
#include <stdio.h>
|
||||
#include "zbuild.h"
|
||||
#include "deflate.h"
|
||||
#include "trees_p.h"
|
||||
#include "trees.h"
|
||||
|
||||
static ct_data static_ltree[L_CODES+2];
|
||||
/* The static literal tree. Since the bit lengths are imposed, there is no
|
||||
|
2
trees.c
2
trees.c
@ -32,7 +32,7 @@
|
||||
|
||||
#include "zbuild.h"
|
||||
#include "deflate.h"
|
||||
#include "trees_p.h"
|
||||
#include "trees.h"
|
||||
#include "trees_emit.h"
|
||||
#include "trees_tbl.h"
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#ifndef TREES_P_H_
|
||||
#define TREES_P_H_
|
||||
#ifndef TREES_H_
|
||||
#define TREES_H_
|
||||
|
||||
/* Constants */
|
||||
|
@ -2,7 +2,7 @@
|
||||
#define TREES_EMIT_H_
|
||||
|
||||
#include "zbuild.h"
|
||||
#include "trees_p.h"
|
||||
#include "trees.h"
|
||||
|
||||
#ifdef ZLIB_DEBUG
|
||||
# include <ctype.h>
|
||||
|
Loading…
Reference in New Issue
Block a user