summaryrefslogtreecommitdiff
path: root/Source/cmFileInstaller.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmFileInstaller.h')
-rw-r--r--Source/cmFileInstaller.h11
1 files changed, 5 insertions, 6 deletions
diff --git a/Source/cmFileInstaller.h b/Source/cmFileInstaller.h
index 312529aa8..537cd53cb 100644
--- a/Source/cmFileInstaller.h
+++ b/Source/cmFileInstaller.h
@@ -5,18 +5,17 @@
#include "cmConfigure.h" // IWYU pragma: keep
-#include "cmFileCopier.h"
-
-#include "cmInstallType.h"
-
#include <string>
#include <vector>
-class cmFileCommand;
+#include "cmFileCopier.h"
+#include "cmInstallType.h"
+
+class cmExecutionStatus;
struct cmFileInstaller : public cmFileCopier
{
- cmFileInstaller(cmFileCommand* command);
+ cmFileInstaller(cmExecutionStatus& status);
~cmFileInstaller() override;
protected: