summaryrefslogtreecommitdiffstats
path: root/Source/cmNinjaNormalTargetGenerator.cxx
diff options
context:
space:
mode:
authorRobert Maynard <robert.maynard@kitware.com>2019-05-17 15:29:43 (GMT)
committerBrad King <brad.king@kitware.com>2019-05-20 15:05:16 (GMT)
commit3205c7c950d5b90d47ce1c5c58073e511339b78c (patch)
tree6ab0918cb04745d547e1c9dfcd0672f15cc15afe /Source/cmNinjaNormalTargetGenerator.cxx
parent66efdbd21a46b63572f5de677ed126a68e524e7a (diff)
downloadCMake-3205c7c950d5b90d47ce1c5c58073e511339b78c.zip
CMake-3205c7c950d5b90d47ce1c5c58073e511339b78c.tar.gz
CMake-3205c7c950d5b90d47ce1c5c58073e511339b78c.tar.bz2
cmNinjaLinkLineDeviceComputer now lives in the correct source file
Diffstat (limited to 'Source/cmNinjaNormalTargetGenerator.cxx')
-rw-r--r--Source/cmNinjaNormalTargetGenerator.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmNinjaNormalTargetGenerator.cxx b/Source/cmNinjaNormalTargetGenerator.cxx
index 680f881..4d13006 100644
--- a/Source/cmNinjaNormalTargetGenerator.cxx
+++ b/Source/cmNinjaNormalTargetGenerator.cxx
@@ -18,10 +18,10 @@
#include "cmGeneratorTarget.h"
#include "cmGlobalNinjaGenerator.h"
#include "cmLinkLineComputer.h"
-#include "cmLinkLineDeviceComputer.h"
#include "cmLocalGenerator.h"
#include "cmLocalNinjaGenerator.h"
#include "cmMakefile.h"
+#include "cmNinjaLinkLineDeviceComputer.h"
#include "cmNinjaTypes.h"
#include "cmOSXBundleGenerator.h"
#include "cmOutputConverter.h"