diff options
author | Nathan Moinvaziri <nathan@solidstatenetworks.com> | 2020-08-25 19:46:15 -0700 |
---|---|---|
committer | Hans Kristian Rosbach <hk-github@circlestorm.org> | 2020-08-27 19:19:30 +0200 |
commit | 899f0720ec732e74741f8cbe76bfc3bd7a264cf7 (patch) | |
tree | 8c7d27a6c1957333690a06dfbd48dedd7eea10b2 /trees.c | |
parent | 4490d52d0a4153a904676a2cae0c105d81c389cd (diff) |
Renamed trees_p.h to trees.h.
Diffstat (limited to 'trees.c')
-rw-r--r-- | trees.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |