Removed unused errno includes.

This commit is contained in:
Philipp Wiesemann 2017-05-27 23:30:07 +02:00
parent ac5d0eb674
commit aaa20b5e5a
3 changed files with 0 additions and 3 deletions

View file

@ -26,7 +26,6 @@
/* System dependent filesystem routines */
#include <unistd.h>
#include <errno.h>
#include "SDL_error.h"
#include "SDL_filesystem.h"