diff options
author | Stephen Kelly <steveire@gmail.com> | 2013-02-12 10:35:28 +0100 |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2013-02-12 10:39:35 +0100 |
commit | 5b88504f650c7bcd3d404853b26292b50fa6f141 (patch) | |
tree | f628cdf768e2549b7569edacb0eb4cb759f03471 /Source/cmTargetCompileDefinitionsCommand.cxx | |
parent | b030323c133155c57437527d04ca2ba619663f6d (diff) | |
download | cmake-5b88504f650c7bcd3d404853b26292b50fa6f141.tar.gz |
Rename the IncludeDirectoriesEntry to be more generic.
Diffstat (limited to 'Source/cmTargetCompileDefinitionsCommand.cxx')
-rw-r--r-- | Source/cmTargetCompileDefinitionsCommand.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/cmTargetCompileDefinitionsCommand.cxx b/Source/cmTargetCompileDefinitionsCommand.cxx index 76458338cd..ba0ad59868 100644 --- a/Source/cmTargetCompileDefinitionsCommand.cxx +++ b/Source/cmTargetCompileDefinitionsCommand.cxx @@ -11,8 +11,6 @@ ============================================================================*/ #include "cmTargetCompileDefinitionsCommand.h" -#include "cmMakefileIncludeDirectoriesEntry.h" - bool cmTargetCompileDefinitionsCommand ::InitialPass(std::vector<std::string> const& args, cmExecutionStatus &) { |