changeset 1768:e75a4add2e4b

wav: HAVE_CONFIG_H removal.
author William Pitcock <nenolod@atheme.org>
date Mon, 24 Sep 2007 11:15:37 -0500
parents cc39bde22735
children a7f2da557c38
files src/wav/wav-sndfile.c src/wav/wav.c src/wav/wav.h
diffstat 3 files changed, 3 insertions(+), 9 deletions(-) [+]
line wrap: on
line diff
--- a/src/wav/wav-sndfile.c	Mon Sep 24 11:13:22 2007 -0500
+++ b/src/wav/wav-sndfile.c	Mon Sep 24 11:15:37 2007 -0500
@@ -28,9 +28,7 @@
  *   - TITLE_LEN removed
  */
 
-#ifdef HAVE_CONFIG_H
-# include "config.h"
-#endif
+#include "config.h"
 
 #include <glib.h>
 #include <string.h>
--- a/src/wav/wav.c	Mon Sep 24 11:13:22 2007 -0500
+++ b/src/wav/wav.c	Mon Sep 24 11:15:37 2007 -0500
@@ -19,9 +19,7 @@
  *  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  */
 
-#ifdef HAVE_CONFIG_H
-# include "config.h"
-#endif
+#include "config.h"
 
 #include "wav.h"
 
--- a/src/wav/wav.h	Mon Sep 24 11:13:22 2007 -0500
+++ b/src/wav/wav.h	Mon Sep 24 11:15:37 2007 -0500
@@ -18,9 +18,7 @@
 #ifndef WAV_H
 #define WAV_H
 
-#ifdef HAVE_CONFIG_H
-#  include "config.h"
-#endif
+#include "config.h"
 
 #include <glib.h>