cue_tag: include cleanup
This commit is contained in:
parent
71fee09744
commit
b7f55ad392
@ -1,5 +1,8 @@
|
|||||||
#include "config.h"
|
#include "config.h"
|
||||||
#include "cue_tag.h"
|
#include "cue_tag.h"
|
||||||
|
#include "tag.h"
|
||||||
|
|
||||||
|
#include <libcue/libcue.h>
|
||||||
|
|
||||||
static struct tag*
|
static struct tag*
|
||||||
cue_tag_cd(struct Cdtext* cdtext, struct Rem* rem)
|
cue_tag_cd(struct Cdtext* cdtext, struct Rem* rem)
|
||||||
|
@ -5,9 +5,9 @@
|
|||||||
|
|
||||||
#ifdef HAVE_CUE /* libcue */
|
#ifdef HAVE_CUE /* libcue */
|
||||||
|
|
||||||
#include "tag.h"
|
#include <stdio.h>
|
||||||
|
|
||||||
#include <libcue/libcue.h>
|
struct tag;
|
||||||
|
|
||||||
struct tag*
|
struct tag*
|
||||||
cue_tag_file( FILE*,
|
cue_tag_file( FILE*,
|
||||||
|
Loading…
Reference in New Issue
Block a user