diff --git a/Source/cmTarget.cxx b/Source/cmTarget.cxx index 92d5505661..688f73b956 100644 --- a/Source/cmTarget.cxx +++ b/Source/cmTarget.cxx @@ -6,7 +6,6 @@ #include #include #include -#include #include #include #include diff --git a/Source/cmTarget.h b/Source/cmTarget.h index aa2859d077..655cefd0f0 100644 --- a/Source/cmTarget.h +++ b/Source/cmTarget.h @@ -6,7 +6,6 @@ #include "cmConfigure.h" // IWYU pragma: keep #include -#include #include #include #include @@ -344,11 +343,4 @@ private: typedef std::unordered_map cmTargets; -class cmTargetSet : public std::set -{ -}; -class cmTargetManifest : public std::map -{ -}; - #endif