diff options
author | Tushar Maheshwari <tushar27192@gmail.com> | 2019-09-13 19:09:15 (GMT) |
---|---|---|
committer | Tushar Maheshwari <tushar27192@gmail.com> | 2019-09-19 13:50:30 (GMT) |
commit | 71f088f53ae7f59e002ec893933d0f670347ea93 (patch) | |
tree | 52917f8ec74efaa57676a9ca26dad2a51dd75241 /Source/cmExportCommand.cxx | |
parent | 6511fa6f3309984fc10de8471017c2bb32d8d286 (diff) | |
download | CMake-71f088f53ae7f59e002ec893933d0f670347ea93.zip CMake-71f088f53ae7f59e002ec893933d0f670347ea93.tar.gz CMake-71f088f53ae7f59e002ec893933d0f670347ea93.tar.bz2 |
cmExportSet: subsume cmExportSetMap source files
Diffstat (limited to 'Source/cmExportCommand.cxx')
-rw-r--r-- | Source/cmExportCommand.cxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Source/cmExportCommand.cxx b/Source/cmExportCommand.cxx index 66dcb97..2713856 100644 --- a/Source/cmExportCommand.cxx +++ b/Source/cmExportCommand.cxx @@ -13,7 +13,7 @@ #include "cmArgumentParser.h" #include "cmExportBuildAndroidMKGenerator.h" #include "cmExportBuildFileGenerator.h" -#include "cmExportSetMap.h" +#include "cmExportSet.h" #include "cmGeneratedFileStream.h" #include "cmGlobalGenerator.h" #include "cmMakefile.h" @@ -23,7 +23,6 @@ #include "cmSystemTools.h" #include "cmTarget.h" -class cmExportSet; class cmExecutionStatus; #if defined(__HAIKU__) |