Browse Source

Removed unused errno includes.

Philipp Wiesemann 8 years ago
parent
commit
3639895eac

+ 0 - 1
src/audio/alsa/SDL_alsa_audio.c

@@ -26,7 +26,6 @@
 
 #include <sys/types.h>
 #include <signal.h>             /* For kill() */
-#include <errno.h>
 #include <string.h>
 
 #include "SDL_assert.h"

+ 0 - 1
src/audio/pulseaudio/SDL_pulseaudio.c

@@ -37,7 +37,6 @@
 #endif
 #include <unistd.h>
 #include <sys/types.h>
-#include <errno.h>
 #include <pulse/pulseaudio.h>
 
 #include "SDL_timer.h"

+ 0 - 1
src/filesystem/android/SDL_sysfilesystem.c

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