# HG changeset patch # User Ryan C. Gordon # Date 1002290659 0 # Node ID 1b36803660bc57ff343e0a41529440583359ee1d # Parent 12688fbf9f59438f6094372851d72d63fecdb4e4 Removed SDL_endian.h include. diff -r 12688fbf9f59 -r 1b36803660bc decoders/aiff.c --- a/decoders/aiff.c Thu Oct 04 19:37:05 2001 +0000 +++ b/decoders/aiff.c Fri Oct 05 14:04:19 2001 +0000 @@ -57,8 +57,6 @@ #define __SDL_SOUND_INTERNAL__ #include "SDL_sound_internal.h" -#include "SDL_endian.h" - static int AIFF_init(void); static void AIFF_quit(void); static int AIFF_open(Sound_Sample *sample, const char *ext);