clang-tidy: modernize-deprecated-headers

This commit is contained in:
Regina Pfeifer
2019-09-06 22:58:06 +02:00
committed by Brad King
parent 9602bcfc62
commit f30523d090
178 changed files with 289 additions and 290 deletions
+4 -4
View File
@@ -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"