Skip to content

Commit

Permalink
Removed unused errno includes.
Browse files Browse the repository at this point in the history
  • Loading branch information
philippwiesemann committed May 27, 2017
1 parent 6fbde87 commit 3639895
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/audio/alsa/SDL_alsa_audio.c
Expand Up @@ -26,7 +26,6 @@

#include <sys/types.h>
#include <signal.h> /* For kill() */
#include <errno.h>
#include <string.h>

#include "SDL_assert.h"
Expand Down
1 change: 0 additions & 1 deletion src/audio/pulseaudio/SDL_pulseaudio.c
Expand Up @@ -37,7 +37,6 @@
#endif
#include <unistd.h>
#include <sys/types.h>
#include <errno.h>
#include <pulse/pulseaudio.h>

#include "SDL_timer.h"
Expand Down
1 change: 0 additions & 1 deletion src/filesystem/android/SDL_sysfilesystem.c
Expand Up @@ -26,7 +26,6 @@
/* System dependent filesystem routines */

#include <unistd.h>
#include <errno.h>

#include "SDL_error.h"
#include "SDL_filesystem.h"
Expand Down

0 comments on commit 3639895

Please sign in to comment.