mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-03 12:49:50 -05:00
Fix several include-what-you-use findings
This commit is contained in:
committed by
Brad King
parent
f52bcc2ac1
commit
2e620f0b38
@@ -3,10 +3,18 @@
|
||||
#ifndef cmExportInstallAndroidMKGenerator_h
|
||||
#define cmExportInstallAndroidMKGenerator_h
|
||||
|
||||
#include <cmConfigure.h>
|
||||
|
||||
#include <iosfwd>
|
||||
#include <set>
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
#include "cmExportFileGenerator.h"
|
||||
#include "cmExportInstallFileGenerator.h"
|
||||
|
||||
class cmGeneratorTarget;
|
||||
class cmInstallExportGenerator;
|
||||
class cmInstallTargetGenerator;
|
||||
|
||||
/** \class cmExportInstallAndroidMKGenerator
|
||||
* \brief Generate a file exporting targets from an install tree.
|
||||
|
||||
Reference in New Issue
Block a user