Skip to content

Commit

Permalink
Remove unused header.
Browse files Browse the repository at this point in the history
  • Loading branch information
0-wiz-0 committed Dec 7, 2024
1 parent 7caf388 commit 7e16bcf
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/zip_util.cc
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@

#include "zip_util.h"

#include <filesystem>

#include "Exception.h"

ZipSource::~ZipSource() {
Expand Down Expand Up @@ -62,7 +60,7 @@ uint64_t ZipSource::read(void *data, uint64_t length) const {
if (n < 0) {
throw Exception(error());
}

return static_cast<uint64_t>(n);
}

Expand Down

0 comments on commit 7e16bcf

Please sign in to comment.