summaryrefslogtreecommitdiff
path: root/Source/cmMessenger.cxx
diff options
context:
space:
mode:
authorSebastian Holtermann <sebholt@xwmw.org>2019-07-29 12:16:40 +0200
committerSebastian Holtermann <sebholt@xwmw.org>2019-07-29 21:13:56 +0200
commitf71f7ce3f06a08ecf04ebc646537ab9de583cdc2 (patch)
tree36a567cd144827ed943b9c7119276a85d0f841b7 /Source/cmMessenger.cxx
parentf6df9c2565ed00ec6f57c32a36dd451c60917f97 (diff)
downloadcmake-f71f7ce3f06a08ecf04ebc646537ab9de583cdc2.tar.gz
cmStringAlgorithms: Move string functions to the new cmStringAlgorithms.h
This adds the `cmStringAlgorithms.h` header and moves all string functions from `cmAlgorithms.h` to `cmStringAlgorithms.h`.
Diffstat (limited to 'Source/cmMessenger.cxx')
-rw-r--r--Source/cmMessenger.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmMessenger.cxx b/Source/cmMessenger.cxx
index 0d2b21f468..07d011e641 100644
--- a/Source/cmMessenger.cxx
+++ b/Source/cmMessenger.cxx
@@ -2,8 +2,8 @@
file Copyright.txt or https://cmake.org/licensing for details. */
#include "cmMessenger.h"
-#include "cmAlgorithms.h"
#include "cmDocumentationFormatter.h"
+#include "cmStringAlgorithms.h"
#include "cmSystemTools.h"
#if defined(CMAKE_BUILD_WITH_CMAKE)