OMPConstants.h - replace StringRef.h include with forward declaration. NFC.

This commit is contained in:
Simon Pilgrim 2020-04-19 10:29:38 +01:00
parent 6ba0695c60
commit 59b0e015fc
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,6 @@
#define LLVM_OPENMP_CONSTANTS_H
#include "llvm/ADT/BitmaskEnum.h"
#include "llvm/ADT/StringRef.h"
namespace llvm {
class Type;
@ -23,6 +22,7 @@ class Module;
class ArrayType;
class StructType;
class PointerType;
class StringRef;
class FunctionType;
namespace omp {