Remove unneeded id3tag.h include

This commit is contained in:
Julien BLACHE 2009-04-05 10:59:59 +02:00
parent f14ba228ec
commit c9107ed48c
2 changed files with 0 additions and 2 deletions

View File

@ -32,7 +32,6 @@
#include <ctype.h>
#include <errno.h>
#include <fcntl.h>
#include <id3tag.h>
#include <limits.h>
#include <stdio.h>
#include <stdlib.h>

View File

@ -25,7 +25,6 @@
#include <ctype.h>
#include <errno.h>
#include <fcntl.h>
#include <id3tag.h>
#include <limits.h>
#ifdef HAVE_STDINT_H
#include <stdint.h>