summaryrefslogtreecommitdiff
path: root/Source/cmState.cxx
diff options
context:
space:
mode:
authorKyle Edwards <kyle.edwards@kitware.com>2019-07-30 14:03:58 +0000
committerKitware Robot <kwrobot@kitware.com>2019-07-30 10:04:40 -0400
commit89dc04af1d55a343a44e7c2de4bb92a101dd6138 (patch)
treecca1cc420cf20f0e3036e8cd461f43730bc17377 /Source/cmState.cxx
parentf799ff43d564fd185e56b3213616da10eb92c11c (diff)
parentf71f7ce3f06a08ecf04ebc646537ab9de583cdc2 (diff)
downloadcmake-89dc04af1d55a343a44e7c2de4bb92a101dd6138.tar.gz
Merge topic 'cmStringAlgorithms'
f71f7ce3f0 cmStringAlgorithms: Move string functions to the new cmStringAlgorithms.h Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !3618
Diffstat (limited to 'Source/cmState.cxx')
-rw-r--r--Source/cmState.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmState.cxx b/Source/cmState.cxx
index 6f9c935ba1..1ea72e12ca 100644
--- a/Source/cmState.cxx
+++ b/Source/cmState.cxx
@@ -11,7 +11,6 @@
#include "cm_memory.hxx"
-#include "cmAlgorithms.h"
#include "cmCacheManager.h"
#include "cmCommand.h"
#include "cmDefinitions.h"
@@ -22,6 +21,7 @@
#include "cmMakefile.h"
#include "cmStatePrivate.h"
#include "cmStateSnapshot.h"
+#include "cmStringAlgorithms.h"
#include "cmSystemTools.h"
#include "cmake.h"