util/StringUtil: move strip functions to StringStrip.cxx
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
#include "CueParser.hxx"
|
||||
#include "tag/ParseName.hxx"
|
||||
#include "util/Alloc.hxx"
|
||||
#include "util/StringUtil.hxx"
|
||||
#include "util/StringStrip.hxx"
|
||||
#include "util/CharUtil.hxx"
|
||||
|
||||
#include <assert.h>
|
||||
|
@@ -24,7 +24,7 @@
|
||||
#include "DetachedSong.hxx"
|
||||
#include "tag/Tag.hxx"
|
||||
#include "tag/Builder.hxx"
|
||||
#include "util/StringUtil.hxx"
|
||||
#include "util/StringStrip.hxx"
|
||||
#include "util/StringCompare.hxx"
|
||||
#include "input/TextInputStream.hxx"
|
||||
#include "input/InputStream.hxx"
|
||||
|
@@ -22,8 +22,8 @@
|
||||
#include "../PlaylistPlugin.hxx"
|
||||
#include "../SongEnumerator.hxx"
|
||||
#include "DetachedSong.hxx"
|
||||
#include "util/StringUtil.hxx"
|
||||
#include "input/TextInputStream.hxx"
|
||||
#include "util/StringStrip.hxx"
|
||||
|
||||
class M3uPlaylist final : public SongEnumerator {
|
||||
TextInputStream tis;
|
||||
|
@@ -26,7 +26,7 @@
|
||||
#include "DetachedSong.hxx"
|
||||
#include "tag/Builder.hxx"
|
||||
#include "util/ASCII.hxx"
|
||||
#include "util/StringUtil.hxx"
|
||||
#include "util/StringStrip.hxx"
|
||||
#include "util/DivideString.hxx"
|
||||
|
||||
#include <string>
|
||||
|
Reference in New Issue
Block a user