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:
committed by
Brad King
parent
373b2e483d
commit
f29d184773
@@ -12,11 +12,12 @@
|
||||
#ifndef cmComputeComponentGraph_h
|
||||
#define cmComputeComponentGraph_h
|
||||
|
||||
#include "cmStandardIncludes.h"
|
||||
#include <cmConfigure.h> // IWYU pragma: keep
|
||||
|
||||
#include "cmGraphAdjacencyList.h"
|
||||
|
||||
#include <stack>
|
||||
#include <vector>
|
||||
|
||||
/** \class cmComputeComponentGraph
|
||||
* \brief Analyze a graph to determine strongly connected components.
|
||||
|
||||
Reference in New Issue
Block a user