summaryrefslogtreecommitdiffstats
path: root/Source/cmTarget.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2023-07-27 17:17:31 (GMT)
committerBrad King <brad.king@kitware.com>2023-07-28 13:14:08 (GMT)
commit241ee252ce0fadeacfb1c6349b5838708e3a4e35 (patch)
tree03890bf9072c90543d03a0c92dd70acf651955f5 /Source/cmTarget.h
parent09db788636d3fccf23b6a670b4630b905eb24f2a (diff)
downloadCMake-241ee252ce0fadeacfb1c6349b5838708e3a4e35.zip
CMake-241ee252ce0fadeacfb1c6349b5838708e3a4e35.tar.gz
CMake-241ee252ce0fadeacfb1c6349b5838708e3a4e35.tar.bz2
IWYU: Update for Debian 12 CI job
`include-what-you-use` diagnostics, in practice, are specific to the environment's compiler and standard library. Update includes to satisfy IWYU for our CI job under Debian 12.
Diffstat (limited to 'Source/cmTarget.h')
-rw-r--r--Source/cmTarget.h10
1 files changed, 3 insertions, 7 deletions
diff --git a/Source/cmTarget.h b/Source/cmTarget.h
index 2d12a70..7c10295 100644
--- a/Source/cmTarget.h
+++ b/Source/cmTarget.h
@@ -15,7 +15,7 @@
#include <cm/optional>
#include "cmAlgorithms.h"
-#include "cmFileSet.h"
+#include "cmListFileCache.h"
#include "cmPolicies.h"
#include "cmStateTypes.h"
#include "cmStringAlgorithms.h"
@@ -23,20 +23,16 @@
#include "cmValue.h"
class cmCustomCommand;
+class cmFileSet;
class cmGlobalGenerator;
class cmInstallTargetGenerator;
-class cmListFileBacktrace;
-class cmListFileContext;
class cmMakefile;
class cmPropertyMap;
class cmSourceFile;
class cmTargetExport;
class cmTargetInternals;
-template <typename T>
-class BT;
-template <typename T>
-class BTs;
+enum class cmFileSetVisibility;
/** \class cmTarget
* \brief Represent a library or executable target loaded from a makefile.