summaryrefslogtreecommitdiffstats
path: root/Source/cmTarget.cxx
diff options
context:
space:
mode:
authorArtur Ryt <artur.ryt@gmail.com>2018-12-01 21:32:40 (GMT)
committerBrad King <brad.king@kitware.com>2018-12-06 16:40:13 (GMT)
commitecf6fc8dc106e181dcd89c099933a8faa96fe897 (patch)
treeb7c62e56f67c5896ee459d7b55e94f451cba04ff /Source/cmTarget.cxx
parent78c2edb129594b198157799b3eb327f4a3915908 (diff)
downloadCMake-ecf6fc8dc106e181dcd89c099933a8faa96fe897.zip
CMake-ecf6fc8dc106e181dcd89c099933a8faa96fe897.tar.gz
CMake-ecf6fc8dc106e181dcd89c099933a8faa96fe897.tar.bz2
cmTarget: Remove unused classes cmTargetSet and cmTargetManifest
Diffstat (limited to 'Source/cmTarget.cxx')
-rw-r--r--Source/cmTarget.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/cmTarget.cxx b/Source/cmTarget.cxx
index 92d5505..688f73b 100644
--- a/Source/cmTarget.cxx
+++ b/Source/cmTarget.cxx
@@ -6,7 +6,6 @@
#include <algorithm>
#include <assert.h>
#include <iterator>
-#include <map>
#include <set>
#include <sstream>
#include <string.h>