changeset 4474:6e323e395886

Fix some random #includes.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 21 Apr 2008 05:47:31 +0300
parents 6f4ae7e116e7
children 40f998ddd0a4
files src/audacious/strings.c src/audacious/ui_urlopener.c src/audacious/util.c
diffstat 3 files changed, 11 insertions(+), 9 deletions(-) [+]
line wrap: on
line diff
--- a/src/audacious/strings.c	Sun Apr 20 23:45:12 2008 +0300
+++ b/src/audacious/strings.c	Mon Apr 21 05:47:31 2008 +0300
@@ -35,9 +35,11 @@
 
 #include "main.h"
 
+#ifdef USE_CHARDET
 #include "../libguess/libguess.h"
-#ifdef HAVE_UDET
-#include <libudet_c.h>
+#  ifdef HAVE_UDET
+#    include <libudet_c.h>
+#  endif
 #endif
 
 /*
--- a/src/audacious/ui_urlopener.c	Sun Apr 20 23:45:12 2008 +0300
+++ b/src/audacious/ui_urlopener.c	Mon Apr 21 05:47:31 2008 +0300
@@ -48,9 +48,9 @@
 
 #ifdef USE_CHARDET
 #include "../libguess/libguess.h"
-#ifdef HAVE_UDET
-#include <libudet_c.h>
-#endif
+#  ifdef HAVE_UDET
+#    include <libudet_c.h>
+#  endif
 #endif
 
 #define URL_HISTORY_MAX_SIZE 30
--- a/src/audacious/util.c	Sun Apr 20 23:45:12 2008 +0300
+++ b/src/audacious/util.c	Mon Apr 21 05:47:31 2008 +0300
@@ -55,10 +55,10 @@
 #include "libSAD.h"
 
 #ifdef USE_CHARDET
-    #include "../libguess/libguess.h"
-#ifdef HAVE_UDET
-    #include <libudet_c.h>
-#endif
+#  include "../libguess/libguess.h"
+#  ifdef HAVE_UDET
+#    include <libudet_c.h>
+#  endif
 #endif
 
 /*