Removed now-unnecessary errno.h include.

This commit is contained in:
Ryan C. Gordon 2002-04-01 18:45:37 +00:00
parent 34bdd661c9
commit 9982d89b5b
1 changed files with 0 additions and 1 deletions

View File

@ -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"