From d1adbc09a9e1fccabfdaa23dabdc67d776cfddc7 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Tue, 4 Apr 2006 19:05:42 +0000 Subject: [PATCH] How could this ever have worked? git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27409 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/Type.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/llvm/Type.h b/include/llvm/Type.h index e4ceb548a4f..d507dd6a837 100644 --- a/include/llvm/Type.h +++ b/include/llvm/Type.h @@ -34,7 +34,7 @@ #ifndef LLVM_TYPE_H #define LLVM_TYPE_H -#include "AbstractTypeUser.h" +#include "llvm/AbstractTypeUser.h" #include "llvm/Support/Casting.h" #include "llvm/Support/DataTypes.h" #include "llvm/ADT/GraphTraits.h" -- 2.34.1