forked from OSchip/llvm-project
OMPConstants.h - replace StringRef.h include with forward declaration. NFC.
This commit is contained in:
parent
6ba0695c60
commit
59b0e015fc
|
@ -15,7 +15,6 @@
|
||||||
#define LLVM_OPENMP_CONSTANTS_H
|
#define LLVM_OPENMP_CONSTANTS_H
|
||||||
|
|
||||||
#include "llvm/ADT/BitmaskEnum.h"
|
#include "llvm/ADT/BitmaskEnum.h"
|
||||||
#include "llvm/ADT/StringRef.h"
|
|
||||||
|
|
||||||
namespace llvm {
|
namespace llvm {
|
||||||
class Type;
|
class Type;
|
||||||
|
@ -23,6 +22,7 @@ class Module;
|
||||||
class ArrayType;
|
class ArrayType;
|
||||||
class StructType;
|
class StructType;
|
||||||
class PointerType;
|
class PointerType;
|
||||||
|
class StringRef;
|
||||||
class FunctionType;
|
class FunctionType;
|
||||||
|
|
||||||
namespace omp {
|
namespace omp {
|
||||||
|
|
Loading…
Reference in New Issue