File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 11
11
// ===----------------------------------------------------------------------===//
12
12
13
13
#include " TGLexer.h"
14
+ #include " llvm/ADT/ArrayRef.h"
14
15
#include " llvm/ADT/StringSwitch.h"
15
16
#include " llvm/ADT/Twine.h"
16
17
#include " llvm/Config/config.h" // for strtoull()/strtoll() define
Original file line number Diff line number Diff line change 13
13
#ifndef LLVM_LIB_TABLEGEN_TGLEXER_H
14
14
#define LLVM_LIB_TABLEGEN_TGLEXER_H
15
15
16
- #include " llvm/ADT/ArrayRef.h"
17
16
#include " llvm/ADT/StringRef.h"
18
17
#include " llvm/ADT/StringSet.h"
19
18
#include " llvm/Support/DataTypes.h"
24
23
#include < string>
25
24
26
25
namespace llvm {
26
+ template <typename T> class ArrayRef ;
27
27
class SourceMgr ;
28
- class SMLoc ;
29
28
class Twine ;
30
29
31
30
namespace tgtok {
You can’t perform that action at this time.
0 commit comments