Skip to content

Commit

Permalink
Fixed it Hayashi Naoyuki's way. :)
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Feb 7, 2006
1 parent bc0d125 commit 593532d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
9 changes: 9 additions & 0 deletions src/audio/mme/SDL_mmeaudio.c
Expand Up @@ -21,6 +21,15 @@
*/

/* Tru64 UNIX MME support */
#include <mme_api.h>

#include "SDL_stdlib.h"
#include "SDL_string.h"
#include "SDL_audio.h"
#include "SDL_mutex.h"
#include "SDL_timer.h"
#include "SDL_audio_c.h"

#include "SDL_mmeaudio.h"

static BOOL inUse[NUM_BUFFERS];
Expand Down
9 changes: 0 additions & 9 deletions src/audio/mme/SDL_mmeaudio.h
Expand Up @@ -22,15 +22,6 @@

/* Allow access to a raw mixing buffer */

#include <mme_api.h>

#include "SDL_stdlib.h"
#include "SDL_string.h"
#include "SDL_audio.h"
#include "SDL_mutex.h"
#include "SDL_timer.h"
#include "SDL_audio_c.h"

#ifndef _SDL_lowaudio_h
#define _SDL_lowaudio_h
#include "SDL_sysaudio.h"
Expand Down

0 comments on commit 593532d

Please sign in to comment.