mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-22 06:59:01 -06:00
clang-tidy: modernize-deprecated-headers
This commit is contained in:
committed by
Brad King
parent
9602bcfc62
commit
f30523d090
@@ -3,10 +3,10 @@
|
||||
#include "cmStringAlgorithms.h"
|
||||
|
||||
#include <algorithm>
|
||||
#include <cerrno>
|
||||
#include <cstddef>
|
||||
#include <cstdio>
|
||||
#include <errno.h>
|
||||
#include <stdlib.h>
|
||||
#include <cstdlib>
|
||||
|
||||
std::string cmTrimWhitespace(cm::string_view str)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user