summaryrefslogtreecommitdiff
path: root/Source/cmSiteNameCommand.cxx
diff options
context:
space:
mode:
authorMarc Chevrier <marc.chevrier@gmail.com>2021-09-21 17:38:59 +0200
committerMarc Chevrier <marc.chevrier@gmail.com>2021-09-21 18:11:00 +0200
commit59ad7a1c243022284f8475e0bebbe1864ee23928 (patch)
treee18411eb48077bc54128e29394474bce7a913c5b /Source/cmSiteNameCommand.cxx
parentedf67dd039f40a4222e41cc15a197cb6395bf885 (diff)
downloadcmake-59ad7a1c243022284f8475e0bebbe1864ee23928.tar.gz
Move helpers functions from cmStringAlgorithms.h to cmValue.h
Helpers functions related to cmValue semantic are now part of cmValue.h header.
Diffstat (limited to 'Source/cmSiteNameCommand.cxx')
-rw-r--r--Source/cmSiteNameCommand.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/cmSiteNameCommand.cxx b/Source/cmSiteNameCommand.cxx
index 34fdefe350..61d1c30027 100644
--- a/Source/cmSiteNameCommand.cxx
+++ b/Source/cmSiteNameCommand.cxx
@@ -7,7 +7,6 @@
#include "cmExecutionStatus.h"
#include "cmMakefile.h"
#include "cmStateTypes.h"
-#include "cmStringAlgorithms.h"
#include "cmSystemTools.h"
#include "cmValue.h"