diff --git a/llvm/include/llvm/Support/Host.h b/llvm/include/llvm/Support/Host.h deleted file mode 100644 index 113a252a12de9f..00000000000000 --- a/llvm/include/llvm/Support/Host.h +++ /dev/null @@ -1,18 +0,0 @@ -//===-- llvm/Support/Host.h -------------------------------------*- C++ -*-===// -// -// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. -// See https://llvm.org/LICENSE.txt for license information. -// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception -// -//===----------------------------------------------------------------------===// -/// -/// \file -/// This header is deprecated in favour of `llvm/TargetParser/Host.h`. -/// -//===----------------------------------------------------------------------===// - -#ifdef __GNUC__ -#pragma GCC warning \ - "This header is deprecated, please use llvm/TargetParser/Host.h" -#endif -#include "llvm/TargetParser/Host.h" diff --git a/llvm/include/module.modulemap b/llvm/include/module.modulemap index 4c2ba437edb9f9..8930fa8c087cf4 100644 --- a/llvm/include/module.modulemap +++ b/llvm/include/module.modulemap @@ -380,9 +380,6 @@ module LLVM_Utils { umbrella "llvm/Support" module * { export * } - // Exclude this; deprecated. - exclude header "llvm/Support/Host.h" - // Exclude this; it should only be used on Windows. exclude header "llvm/Support/Windows/WindowsSupport.h" diff --git a/polly/lib/External/isl/interface/extract_interface.cc b/polly/lib/External/isl/interface/extract_interface.cc index b94847c59035ec..9bd20b0c72c6c0 100644 --- a/polly/lib/External/isl/interface/extract_interface.cc +++ b/polly/lib/External/isl/interface/extract_interface.cc @@ -47,8 +47,8 @@ #endif #include #include -#include #include +#include #include #include #include