mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-26 16:18:43 -05:00
fix a batch of include-what-you-use violations
This commit is contained in:
@@ -12,10 +12,16 @@
|
||||
#ifndef cmTestGenerator_h
|
||||
#define cmTestGenerator_h
|
||||
|
||||
#include <cmConfigure.h> // IWYU pragma: keep
|
||||
|
||||
#include "cmScriptGenerator.h"
|
||||
|
||||
class cmTest;
|
||||
#include <iosfwd>
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
class cmLocalGenerator;
|
||||
class cmTest;
|
||||
|
||||
/** \class cmTestGenerator
|
||||
* \brief Support class for generating install scripts.
|
||||
|
||||
Reference in New Issue
Block a user