Skip to content

Commit

Permalink
Do not include zip.h from lib/*.c
Browse files Browse the repository at this point in the history
  • Loading branch information
0-wiz-0 committed Sep 23, 2024
1 parent 9c8b818 commit 4e6f034
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/zip_dirent.c
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@
#include <time.h>
#include <zlib.h>

#include "zip.h"
#include "zipint.h"

static zip_string_t *_zip_dirent_process_ef_utf_8(const zip_dirent_t *de, zip_uint16_t id, zip_string_t *str, bool check_consistency);
Expand Down

0 comments on commit 4e6f034

Please sign in to comment.