move #include of config.h to top

This commit is contained in:
Josh Coalson
2003-05-20 19:13:31 +00:00
parent c2e14fa4de
commit 1fc9092e41

View File

@@ -22,6 +22,10 @@
#include "id3v2.h"
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#ifdef FLAC__HAS_ID3LIB
#include <id3.h>
#include <stdio.h>
@@ -35,10 +39,6 @@
#include "id3v1.h" /* for genre stuff */
#include "locale_hack.h"
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#define ID3V2_MAX_STRING_LEN 4096
#define NUMBER_TRACK_FORMATED 1