From f0e64ceb48c485baf32528bba44875885d384354 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Mon, 8 Sep 2008 11:47:57 +0200 Subject: use strset.h instead of tagTracker.h With a large music database, the linear string collection in tagTracker.c becomes very slow. We implemented that in a quick'n'dirty fashion when we removed tree.c, and now we rewrite it using the fast hashed string set. --- src/tag.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/tag.c') diff --git a/src/tag.c b/src/tag.c index c75e62ec2..376e6f270 100644 --- a/src/tag.c +++ b/src/tag.c @@ -23,7 +23,6 @@ #include "utf8.h" #include "log.h" #include "conf.h" -#include "tagTracker.h" #include "song.h" /** -- cgit v1.2.3