mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-23 14:48:19 -05:00
fix a load of include-what-you-use violations
This commit is contained in:
committed by
Brad King
parent
bd3d0eafbb
commit
efed6468ed
@@ -12,13 +12,13 @@
|
||||
#ifndef cmExternalMakefileProjectGenerator_h
|
||||
#define cmExternalMakefileProjectGenerator_h
|
||||
|
||||
#include <cmConfigure.h>
|
||||
#include <cmConfigure.h> // IWYU pragma: keep
|
||||
|
||||
#include "cmStandardIncludes.h"
|
||||
|
||||
#include "cmDocumentation.h"
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
class cmGlobalGenerator;
|
||||
class cmMakefile;
|
||||
|
||||
/** \class cmExternalMakefileProjectGenerator
|
||||
* \brief Base class for generators for "External Makefile based IDE projects".
|
||||
|
||||
Reference in New Issue
Block a user