Skip to content

Commit

Permalink
remove not necessary include headers files
Browse files Browse the repository at this point in the history
  • Loading branch information
kalwalt committed Dec 1, 2024
1 parent 22ba88c commit 4a86e86
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
3 changes: 0 additions & 3 deletions emscripten/markerCompress.cpp
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
#include "zlib/zlib.h"
#include <AR/ar.h>
#include <stdint.h>
#include <stdlib.h>


static const char *zipname = "/tempBinFile.bin";

Expand Down
1 change: 0 additions & 1 deletion emscripten/markerCompress.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
#define MARKERCOMPRESS_H

#include <stdio.h>
#include <string>

int compressZip(char *src, int srclen);

Expand Down

0 comments on commit 4a86e86

Please sign in to comment.