changeset 116:1b36803660bc

Removed SDL_endian.h include.
author Ryan C. Gordon <icculus@icculus.org>
date Fri, 05 Oct 2001 14:04:19 +0000
parents 12688fbf9f59
children 9778eba22813
files decoders/aiff.c
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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);