diff options
author | Stephen Kelly <steveire@gmail.com> | 2015-10-05 20:45:49 +0200 |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2015-10-05 20:59:56 +0200 |
commit | 74d565e0e91f31e5fb25c74f998a2e4553c0842e (patch) | |
tree | 653a4deafa6f28de32ab662180bd4f3d981e8b20 /Source/cmSourceFileLocation.cxx | |
parent | 09466690f05a2d81383409962cda2213fd366d8c (diff) | |
download | cmake-74d565e0e91f31e5fb25c74f998a2e4553c0842e.tar.gz |
Remove unused cmLocalGenerator include.
Diffstat (limited to 'Source/cmSourceFileLocation.cxx')
-rw-r--r-- | Source/cmSourceFileLocation.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/cmSourceFileLocation.cxx b/Source/cmSourceFileLocation.cxx index 4a87cc2b36..b8d5c020b2 100644 --- a/Source/cmSourceFileLocation.cxx +++ b/Source/cmSourceFileLocation.cxx @@ -12,7 +12,6 @@ #include "cmSourceFileLocation.h" #include "cmMakefile.h" -#include "cmLocalGenerator.h" #include "cmGlobalGenerator.h" #include "cmSystemTools.h" #include "cmAlgorithms.h" |