cue_tag: include cleanup

This commit is contained in:
Max Kellermann 2009-12-16 16:40:22 +01:00
parent 71fee09744
commit b7f55ad392
2 changed files with 5 additions and 2 deletions

View File

@ -1,5 +1,8 @@
#include "config.h"
#include "cue_tag.h"
#include "tag.h"
#include <libcue/libcue.h>
static struct tag*
cue_tag_cd(struct Cdtext* cdtext, struct Rem* rem)

View File

@ -5,9 +5,9 @@
#ifdef HAVE_CUE /* libcue */
#include "tag.h"
#include <stdio.h>
#include <libcue/libcue.h>
struct tag;
struct tag*
cue_tag_file( FILE*,