cleanup: remove unused tagutils code, and switch to standard int types

This commit is contained in:
Justin Maggard
2014-03-06 17:08:21 -08:00
parent cb95ca6e06
commit b9404d1847
9 changed files with 271 additions and 648 deletions

View File

@ -40,11 +40,8 @@
#ifdef HAVE_ICONV
#include <iconv.h>
#endif
#include <sqlite3.h>
#include "tagutils.h"
#include "misc.h"
#include "textutils.h"
#include "../metadata.h"
#include "../utils.h"
#include "../log.h"