From 1fc9092e41b4beead488d473d27a06dbd7945f6c Mon Sep 17 00:00:00 2001 From: Josh Coalson Date: Tue, 20 May 2003 19:13:31 +0000 Subject: [PATCH] move #include of config.h to top --- src/plugin_common/id3v2.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/plugin_common/id3v2.c b/src/plugin_common/id3v2.c index 17cac146..b1473f3a 100644 --- a/src/plugin_common/id3v2.c +++ b/src/plugin_common/id3v2.c @@ -22,6 +22,10 @@ #include "id3v2.h" +#ifdef HAVE_CONFIG_H +#include +#endif + #ifdef FLAC__HAS_ID3LIB #include #include @@ -35,10 +39,6 @@ #include "id3v1.h" /* for genre stuff */ #include "locale_hack.h" -#ifdef HAVE_CONFIG_H -#include -#endif - #define ID3V2_MAX_STRING_LEN 4096 #define NUMBER_TRACK_FORMATED 1