aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2006-04-04 19:05:42 +0000
committerChris Lattner <sabre@nondot.org>2006-04-04 19:05:42 +0000
commitd1adbc09a9e1fccabfdaa23dabdc67d776cfddc7 (patch)
treef27c0a31f74359cf9b40331bc801b1c1569198ea
parent5333b7b8e27898f7af6177a620233c063ee80c52 (diff)
How could this ever have worked?
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27409 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--include/llvm/Type.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Type.h b/include/llvm/Type.h
index e4ceb548a4..d507dd6a83 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"