浏览代码

Removed now-unnecessary errno.h include.

Ryan C. Gordon 24 年之前
父节点
当前提交
9982d89b5b
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      archivers/zip.c

+ 0 - 1
archivers/zip.c

@@ -19,7 +19,6 @@
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
-#include <errno.h>
 #include <assert.h>
 #include "physfs.h"
 #include "unzip.h"