diff options
Diffstat (limited to 'include/llvm/Target/TargetCacheInfo.h')
-rw-r--r-- | include/llvm/Target/TargetCacheInfo.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Target/TargetCacheInfo.h b/include/llvm/Target/TargetCacheInfo.h index 67b549caa1..21436d09fc 100644 --- a/include/llvm/Target/TargetCacheInfo.h +++ b/include/llvm/Target/TargetCacheInfo.h @@ -11,7 +11,7 @@ #define LLVM_TARGET_MACHINECACHEINFO_H #include "llvm/Target/TargetMachine.h" -#include "llvm/Support/DataTypes.h" +#include "Support/DataTypes.h" #include <vector> |