mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-11 08:20:18 -06:00
IWYU: use pragma export
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
#ifndef cmConfigure_h
|
||||
#define cmConfigure_h
|
||||
|
||||
#include <cmsys/Configure.hxx> // IWYU pragma: keep
|
||||
#include <cmsys/Configure.hxx> // IWYU pragma: export
|
||||
|
||||
#ifdef _MSC_VER
|
||||
#pragma warning(disable : 4786)
|
||||
|
||||
@@ -4,7 +4,6 @@
|
||||
|
||||
#include <cmConfigure.h>
|
||||
|
||||
#include <cmsys/DynamicLoader.hxx>
|
||||
#include <map>
|
||||
#include <string>
|
||||
#include <utility>
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
|
||||
#include <cmConfigure.h> // IWYU pragma: keep
|
||||
|
||||
#include <cmsys/DynamicLoader.hxx>
|
||||
#include "cmsys/DynamicLoader.hxx" // IWYU pragma: export
|
||||
|
||||
class cmDynamicLoader
|
||||
{
|
||||
|
||||
@@ -33,7 +33,6 @@
|
||||
#include <cmsys/FStream.hxx>
|
||||
#include <cmsys/RegularExpression.hxx>
|
||||
#include <cmsys/System.h>
|
||||
#include <cmsys/SystemTools.hxx>
|
||||
#include <cmsys/Terminal.h>
|
||||
#include <ctype.h>
|
||||
#include <errno.h>
|
||||
|
||||
@@ -5,9 +5,9 @@
|
||||
|
||||
#include <cmConfigure.h> // IWYU pragma: keep
|
||||
|
||||
#include "cmsys/SystemTools.hxx" // IWYU pragma: export
|
||||
#include <cmProcessOutput.h>
|
||||
#include <cmsys/Process.h>
|
||||
#include <cmsys/SystemTools.hxx>
|
||||
#include <stddef.h>
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
Reference in New Issue
Block a user