Commit b7f55ad3 authored by Max Kellermann's avatar Max Kellermann

cue_tag: include cleanup

parent 71fee097
#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 @@ ...@@ -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*,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment