mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-26 00:00:39 -05:00
clang-tidy: modernize-deprecated-headers
This commit is contained in:
committed by
Brad King
parent
9602bcfc62
commit
f30523d090
@@ -2,12 +2,12 @@
|
||||
file Copyright.txt or https://cmake.org/licensing for details. */
|
||||
#include "cmLoadCommandCommand.h"
|
||||
|
||||
#include <signal.h>
|
||||
#include <csignal>
|
||||
|
||||
#include <cstdio>
|
||||
#include <cstdlib>
|
||||
#include <cstring>
|
||||
#include <sstream>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <utility>
|
||||
|
||||
#include "cm_memory.hxx"
|
||||
|
||||
Reference in New Issue
Block a user