diff options
author | Max Kellermann <max@duempel.org> | 2015-08-24 11:20:40 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2015-08-24 11:20:45 +0200 |
commit | 109b3700b5d8edd9de4f7c9178b9935bf9b1d968 (patch) | |
tree | 0b10e6a885bb212aafb96a35f8cc1e4d7da9ba08 | |
parent | 71fecf4d1feef7c1f4f0a60d3cd535d3ec232a1c (diff) | |
download | mpd-109b3700b5d8edd9de4f7c9178b9935bf9b1d968.tar.gz mpd-109b3700b5d8edd9de4f7c9178b9935bf9b1d968.tar.xz mpd-109b3700b5d8edd9de4f7c9178b9935bf9b1d968.zip |
Tag: include cleanup
-rw-r--r-- | src/tag/Tag.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/tag/Tag.cxx b/src/tag/Tag.cxx index 571e67fa8..fc124df0d 100644 --- a/src/tag/Tag.cxx +++ b/src/tag/Tag.cxx @@ -21,7 +21,6 @@ #include "Tag.hxx" #include "TagPool.hxx" #include "TagString.hxx" -#include "TagSettings.h" #include "TagBuilder.hxx" #include "util/ASCII.hxx" |