mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
fix a batch of include-what-you-use violations
This commit is contained in:
@@ -12,8 +12,12 @@
|
||||
#ifndef cmMakefileExecutableTargetGenerator_h
|
||||
#define cmMakefileExecutableTargetGenerator_h
|
||||
|
||||
#include <cmConfigure.h>
|
||||
|
||||
#include "cmMakefileTargetGenerator.h"
|
||||
|
||||
class cmGeneratorTarget;
|
||||
|
||||
class cmMakefileExecutableTargetGenerator : public cmMakefileTargetGenerator
|
||||
{
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user