From: Chris Lattner Date: Tue, 4 Apr 2006 19:05:42 +0000 (+0000) Subject: How could this ever have worked? X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=d1adbc09a9e1fccabfdaa23dabdc67d776cfddc7;p=oota-llvm.git How could this ever have worked? git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27409 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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"