mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-04-01 12:43:47 +00:00
[clangd] Remove obsolete includes. NFC
llvm-svn: 370865
This commit is contained in:
parent
4ca718561f
commit
2ae9da2639
@ -1,4 +1,4 @@
|
||||
//===--- ThreadPool.h --------------------------------------------*- C++-*-===//
|
||||
//===--- Threading.h - Abstractions for multithreading -----------*- C++-*-===//
|
||||
//
|
||||
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
|
||||
// See https://llvm.org/LICENSE.txt for license information.
|
||||
@ -10,7 +10,7 @@
|
||||
#define LLVM_CLANG_TOOLS_EXTRA_CLANGD_THREADING_H
|
||||
|
||||
#include "Context.h"
|
||||
#include "Function.h"
|
||||
#include "llvm/ADT/FunctionExtras.h"
|
||||
#include "llvm/ADT/Twine.h"
|
||||
#include <cassert>
|
||||
#include <condition_variable>
|
||||
|
@ -8,7 +8,6 @@
|
||||
|
||||
#include "Trace.h"
|
||||
#include "Context.h"
|
||||
#include "Function.h"
|
||||
#include "llvm/ADT/DenseSet.h"
|
||||
#include "llvm/ADT/ScopeExit.h"
|
||||
#include "llvm/Support/Chrono.h"
|
||||
|
@ -18,7 +18,6 @@
|
||||
#define LLVM_CLANG_TOOLS_EXTRA_CLANGD_TRACE_H_
|
||||
|
||||
#include "Context.h"
|
||||
#include "Function.h"
|
||||
#include "llvm/ADT/Twine.h"
|
||||
#include "llvm/Support/JSON.h"
|
||||
#include "llvm/Support/raw_ostream.h"
|
||||
|
Loading…
x
Reference in New Issue
Block a user