util/StringUtil: move comparison functions to StringCompare.cxx

This commit is contained in:
Max Kellermann
2015-11-06 09:09:02 +01:00
parent 493f74d94d
commit 733989a284
31 changed files with 236 additions and 156 deletions

View File

@@ -29,7 +29,7 @@
#include "Domain.hxx"
#include "Log.hxx"
#include "fs/io/BufferedOutputStream.hxx"
#include "util/StringUtil.hxx"
#include "util/StringCompare.hxx"
#include <assert.h>
#include <stdlib.h>

View File

@@ -26,7 +26,7 @@
#include "util/Error.hxx"
#include "util/Domain.hxx"
#include "util/Macros.hxx"
#include "util/StringUtil.hxx"
#include "util/StringCompare.hxx"
#include <stdlib.h>
#include <string.h>