forked from OSchip/llvm-project
Make header self-contained. NFC.
This commit is contained in:
parent
d758f79e5d
commit
633f9fcb82
|
@ -15,6 +15,7 @@
|
||||||
#ifndef LLVM_CLANG_BASIC_TARGETCXXABI_H
|
#ifndef LLVM_CLANG_BASIC_TARGETCXXABI_H
|
||||||
#define LLVM_CLANG_BASIC_TARGETCXXABI_H
|
#define LLVM_CLANG_BASIC_TARGETCXXABI_H
|
||||||
|
|
||||||
|
#include "clang/Basic/LLVM.h"
|
||||||
#include "llvm/ADT/StringMap.h"
|
#include "llvm/ADT/StringMap.h"
|
||||||
#include "llvm/Support/ErrorHandling.h"
|
#include "llvm/Support/ErrorHandling.h"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue