changeset 107:427541211bfd

config.h management updates.
author Ryan C. Gordon <icculus@icculus.org>
date Wed, 03 Oct 2001 18:29:58 +0000
parents 40de367eb59e
children 803ba4dabbce
files SDL_sound.c SDL_sound_internal.h
diffstat 2 files changed, 3 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/SDL_sound.c	Wed Oct 03 18:29:32 2001 +0000
+++ b/SDL_sound.c	Wed Oct 03 18:29:58 2001 +0000
@@ -28,6 +28,9 @@
  *  This file written by Ryan C. Gordon. (icculus@clutteredmind.org)
  */
 
+#if HAVE_CONFIG_H
+#  include <config.h>
+#endif
 
 #include <stdio.h>
 #include <stdlib.h>
--- a/SDL_sound_internal.h	Wed Oct 03 18:29:32 2001 +0000
+++ b/SDL_sound_internal.h	Wed Oct 03 18:29:58 2001 +0000
@@ -33,10 +33,6 @@
 #error Do not include this header from your applications.
 #endif
 
-#if HAVE_CONFIG_H
-#  include <config.h>
-#endif
-
 #include "SDL.h"
 
 #if (defined DEBUG_CHATTER)