aboutsummaryrefslogtreecommitdiffstats
path: root/src/TagPool.hxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-07-30 20:10:24 +0200
committerMax Kellermann <max@duempel.org>2013-07-30 20:10:24 +0200
commit6a9ab8bc0e2f5d34803513bb2d94d041a607a58c (patch)
tree478328936b860507f6d0f77b2c7b3e6711910311 /src/TagPool.hxx
parent9a0061c511403bc023430feb91094355da83a663 (diff)
downloadmpd-6a9ab8bc0e2f5d34803513bb2d94d041a607a58c.tar.gz
mpd-6a9ab8bc0e2f5d34803513bb2d94d041a607a58c.tar.xz
mpd-6a9ab8bc0e2f5d34803513bb2d94d041a607a58c.zip
tag: move enum tag_type to TagType.h
Diffstat (limited to 'src/TagPool.hxx')
-rw-r--r--src/TagPool.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/TagPool.hxx b/src/TagPool.hxx
index 649cef6e5..3a6897607 100644
--- a/src/TagPool.hxx
+++ b/src/TagPool.hxx
@@ -20,7 +20,7 @@
#ifndef MPD_TAG_POOL_HXX
#define MPD_TAG_POOL_HXX
-#include "tag.h"
+#include "TagType.h"
#include "thread/Mutex.hxx"
extern Mutex tag_pool_lock;