Skip to content

Commit

Permalink
Clean SDL_sound.h
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew McWatters authored and Andrew McWatters committed Jan 12, 2017
1 parent b5669ee commit f8ee0c1
Showing 1 changed file with 16 additions and 17 deletions.
33 changes: 16 additions & 17 deletions SDL_sound.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#include <AvailabilityMacros.h>
#include "TargetConditionals.h"





Expand All @@ -15,31 +15,31 @@ extern __attribute__ ((visibility("default"))) const char * SDL_GetPlatform (voi



#include <AvailabilityMacros.h>


#include <sys/types.h>


#include <stdio.h>


#include <stdlib.h>
#include <stddef.h>
#include <stdarg.h>
#include <string.h>





#include <inttypes.h>




#include <ctype.h>
#include <math.h>










typedef enum
{
SDL_FALSE = 0,
Expand Down Expand Up @@ -105,7 +105,7 @@ typedef int SDL_dummy_enum[(sizeof(SDL_DUMMY_ENUM) == sizeof(int)) * 2 - 1];



#include <alloca.h>

extern __attribute__ ((visibility("default"))) void * SDL_malloc(size_t size);
extern __attribute__ ((visibility("default"))) void * SDL_calloc(size_t nmemb, size_t size);
extern __attribute__ ((visibility("default"))) void * SDL_realloc(void *mem, size_t size);
Expand Down Expand Up @@ -817,16 +817,16 @@ extern __attribute__ ((visibility("default"))) SDL_bool SDL_HasClipboardText(voi



#include <mmintrin.h>





#include <xmmintrin.h>


#include <emmintrin.h>






Expand Down Expand Up @@ -4566,4 +4566,3 @@ typedef struct
Uint32 Sound_DecodeAll(Sound_Sample *sample);
int Sound_Rewind(Sound_Sample *sample);
int Sound_Seek(Sound_Sample *sample, Uint32 ms);

0 comments on commit f8ee0c1

Please sign in to comment.