diff options
author | Stephen Kelly <steveire@gmail.com> | 2016-10-18 19:28:45 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2016-10-18 19:28:45 (GMT) |
commit | 163991dd83cac6afa0f6dfeec41d885e8b880fc8 (patch) | |
tree | 09b2217ad0d75e922444d6a8f6e79230e3f71dc3 /Source | |
parent | 51f89932c0adccdc28bc3cb6ccf0248a16d897a2 (diff) | |
download | CMake-163991dd83cac6afa0f6dfeec41d885e8b880fc8.zip CMake-163991dd83cac6afa0f6dfeec41d885e8b880fc8.tar.gz CMake-163991dd83cac6afa0f6dfeec41d885e8b880fc8.tar.bz2 |
cmServerProtocol: Remove unused header
Diffstat (limited to 'Source')
-rw-r--r-- | Source/cmServerProtocol.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/cmServerProtocol.cxx b/Source/cmServerProtocol.cxx index e0fcb75..a9a3ce2 100644 --- a/Source/cmServerProtocol.cxx +++ b/Source/cmServerProtocol.cxx @@ -2,7 +2,6 @@ file Copyright.txt or https://cmake.org/licensing for details. */ #include "cmServerProtocol.h" -#include "cmCacheManager.h" #include "cmExternalMakefileProjectGenerator.h" #include "cmFileMonitor.h" #include "cmGeneratorTarget.h" |