diff options
author | Max Kellermann <max@musicpd.org> | 2017-07-05 17:20:02 +0200 |
---|---|---|
committer | Max Kellermann <max@musicpd.org> | 2017-07-05 17:20:02 +0200 |
commit | 501a4af9145129522262a6344d847b062e557a14 (patch) | |
tree | eca78096128e328b90fed40724be9e3eca4e93cf /src/tag | |
parent | dad7d7e79844c12ecfe4714bb5a493fd09bf4a09 (diff) |
util/StringUtil: move strip functions to StringStrip.cxx
Diffstat (limited to 'src/tag')
-rw-r--r-- | src/tag/Config.cxx | 2 | ||||
-rw-r--r-- | src/tag/Id3Scan.cxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/tag/Config.cxx b/src/tag/Config.cxx index 4f2711e6d..619b94158 100644 --- a/src/tag/Config.cxx +++ b/src/tag/Config.cxx @@ -26,7 +26,7 @@ #include "system/FatalError.hxx" #include "util/Alloc.hxx" #include "util/ASCII.hxx" -#include "util/StringUtil.hxx" +#include "util/StringStrip.hxx" #include <stdlib.h> diff --git a/src/tag/Id3Scan.cxx b/src/tag/Id3Scan.cxx index 9330fbff9..670eadaf6 100644 --- a/src/tag/Id3Scan.cxx +++ b/src/tag/Id3Scan.cxx @@ -25,7 +25,7 @@ #include "Builder.hxx" #include "util/Alloc.hxx" #include "util/ScopeExit.hxx" -#include "util/StringUtil.hxx" +#include "util/StringStrip.hxx" #include "Log.hxx" #include <id3tag.h> |