mirror of
https://github.com/claunia/flac.git
synced 2025-12-16 18:54:26 +00:00
move #include of config.h to top
This commit is contained in:
@@ -22,6 +22,10 @@
|
|||||||
|
|
||||||
#include "id3v2.h"
|
#include "id3v2.h"
|
||||||
|
|
||||||
|
#ifdef HAVE_CONFIG_H
|
||||||
|
#include <config.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifdef FLAC__HAS_ID3LIB
|
#ifdef FLAC__HAS_ID3LIB
|
||||||
#include <id3.h>
|
#include <id3.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
@@ -35,10 +39,6 @@
|
|||||||
#include "id3v1.h" /* for genre stuff */
|
#include "id3v1.h" /* for genre stuff */
|
||||||
#include "locale_hack.h"
|
#include "locale_hack.h"
|
||||||
|
|
||||||
#ifdef HAVE_CONFIG_H
|
|
||||||
#include <config.h>
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#define ID3V2_MAX_STRING_LEN 4096
|
#define ID3V2_MAX_STRING_LEN 4096
|
||||||
#define NUMBER_TRACK_FORMATED 1
|
#define NUMBER_TRACK_FORMATED 1
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user