diff options
author | Vitaly Stakhovsky <vvs31415@gitlab.org> | 2020-05-30 16:00:00 (GMT) |
---|---|---|
committer | Vitaly Stakhovsky <vvs31415@gitlab.org> | 2020-06-01 12:54:20 (GMT) |
commit | b36d1bdd9d235af24af401b671ebfa6e8d65e771 (patch) | |
tree | de039085b6deb21dfbe9ee7f4fd64a054d9c1352 /Source/cmServerProtocol.cxx | |
parent | 67dd68765700bbd6a981700c04f45b28cdc85587 (diff) | |
download | CMake-b36d1bdd9d235af24af401b671ebfa6e8d65e771.zip CMake-b36d1bdd9d235af24af401b671ebfa6e8d65e771.tar.gz CMake-b36d1bdd9d235af24af401b671ebfa6e8d65e771.tar.bz2 |
Single location for cmProp typedef
Diffstat (limited to 'Source/cmServerProtocol.cxx')
-rw-r--r-- | Source/cmServerProtocol.cxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Source/cmServerProtocol.cxx b/Source/cmServerProtocol.cxx index 00ac337..4f7131f 100644 --- a/Source/cmServerProtocol.cxx +++ b/Source/cmServerProtocol.cxx @@ -20,14 +20,13 @@ #include "cmJsonObjectDictionary.h" #include "cmJsonObjects.h" #include "cmMessageType.h" +#include "cmProperty.h" #include "cmServer.h" #include "cmServerDictionary.h" #include "cmState.h" #include "cmSystemTools.h" #include "cmake.h" -using cmProp = const std::string*; // just to silence IWYU - // Get rid of some windows macros: #undef max |