forked from OSchip/llvm-project
parent
069f38d1bf
commit
182addf159
|
@ -19,7 +19,6 @@
|
|||
#include "llvm/ADT/StringSwitch.h"
|
||||
#include "llvm/ADT/Triple.h"
|
||||
#include "llvm/System/DataTypes.h"
|
||||
#include "llvm/Type.h"
|
||||
#include <cassert>
|
||||
#include <vector>
|
||||
#include <string>
|
||||
|
@ -28,6 +27,7 @@ namespace llvm {
|
|||
struct fltSemantics;
|
||||
class StringRef;
|
||||
class LLVMContext;
|
||||
class Type;
|
||||
}
|
||||
|
||||
namespace clang {
|
||||
|
|
|
@ -26,6 +26,7 @@
|
|||
#include "llvm/ADT/StringSwitch.h"
|
||||
#include "llvm/ADT/Triple.h"
|
||||
#include "llvm/MC/MCSectionMachO.h"
|
||||
#include "llvm/Type.h"
|
||||
#include <algorithm>
|
||||
using namespace clang;
|
||||
|
||||
|
|
Loading…
Reference in New Issue