summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalBorlandMakefileGenerator.h
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2021-11-14 10:58:11 (GMT)
committerNAKAMURA Takumi <geek4civic@gmail.com>2021-11-19 15:50:33 (GMT)
commit0e58a5ea0797f2bb0a99ded98244705eb8c85708 (patch)
tree2cd2daca25a2625f4cd5a12e78156199022284d3 /Source/cmGlobalBorlandMakefileGenerator.h
parenteb9991ad62666649b0349b8c1e88255330c1c05c (diff)
downloadCMake-0e58a5ea0797f2bb0a99ded98244705eb8c85708.zip
CMake-0e58a5ea0797f2bb0a99ded98244705eb8c85708.tar.gz
CMake-0e58a5ea0797f2bb0a99ded98244705eb8c85708.tar.bz2
Source: Fix possible IWYU warnings in Windows generators
Diffstat (limited to 'Source/cmGlobalBorlandMakefileGenerator.h')
-rw-r--r--Source/cmGlobalBorlandMakefileGenerator.h10
1 files changed, 9 insertions, 1 deletions
diff --git a/Source/cmGlobalBorlandMakefileGenerator.h b/Source/cmGlobalBorlandMakefileGenerator.h
index 5a4e8c2..646dfff 100644
--- a/Source/cmGlobalBorlandMakefileGenerator.h
+++ b/Source/cmGlobalBorlandMakefileGenerator.h
@@ -4,8 +4,16 @@
#include <iosfwd>
#include <memory>
+#include <string>
+#include <vector>
-#include "cmGlobalNMakeMakefileGenerator.h"
+#include "cmGlobalGeneratorFactory.h"
+#include "cmGlobalUnixMakefileGenerator3.h"
+
+class cmLocalGenerator;
+class cmMakefile;
+class cmake;
+struct cmDocumentationEntry;
/** \class cmGlobalBorlandMakefileGenerator
* \brief Write a Borland makefiles.