aboutsummaryrefslogtreecommitdiffstats
path: root/src/tag/TagPool.cxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-09-05 18:19:17 +0200
committerMax Kellermann <max@duempel.org>2013-09-05 18:28:07 +0200
commitfcccedc5884a672eb66221d66fdda4755b4286ba (patch)
treee886c5aaf9f541b7ea2615d89caa671d90110970 /src/tag/TagPool.cxx
parent0d73a49327fed7e20614a3032cc20fd1c0caec7f (diff)
downloadmpd-fcccedc5884a672eb66221d66fdda4755b4286ba.tar.gz
mpd-fcccedc5884a672eb66221d66fdda4755b4286ba.tar.xz
mpd-fcccedc5884a672eb66221d66fdda4755b4286ba.zip
Tag: move struct TagItem to TagItem.hxx
Diffstat (limited to '')
-rw-r--r--src/tag/TagPool.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tag/TagPool.cxx b/src/tag/TagPool.cxx
index 5a0b33c47..57a9137a7 100644
--- a/src/tag/TagPool.cxx
+++ b/src/tag/TagPool.cxx
@@ -19,7 +19,7 @@
#include "config.h"
#include "TagPool.hxx"
-#include "Tag.hxx"
+#include "TagItem.hxx"
#include <glib.h>