forked from OSchip/llvm-project
Remove AST inclusion from Basic include
That's a cyclic dependency. NFC.
This commit is contained in:
parent
113b807017
commit
1470b8587f
|
@ -15,10 +15,13 @@
|
|||
#ifndef LLVM_CLANG_BASIC_THUNK_H
|
||||
#define LLVM_CLANG_BASIC_THUNK_H
|
||||
|
||||
#include "clang/AST/GlobalDecl.h"
|
||||
#include <cstdint>
|
||||
#include <cstring>
|
||||
|
||||
namespace clang {
|
||||
|
||||
class CXXMethodDecl;
|
||||
|
||||
/// A return adjustment.
|
||||
struct ReturnAdjustment {
|
||||
/// The non-virtual adjustment from the derived object to its
|
||||
|
|
Loading…
Reference in New Issue