aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Type.h
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 /include/llvm/Type.h
parent5333b7b8e27898f7af6177a620233c063ee80c52 (diff)
downloadexternal_llvm-d1adbc09a9e1fccabfdaa23dabdc67d776cfddc7.zip
external_llvm-d1adbc09a9e1fccabfdaa23dabdc67d776cfddc7.tar.gz
external_llvm-d1adbc09a9e1fccabfdaa23dabdc67d776cfddc7.tar.bz2
How could this ever have worked?
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27409 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Type.h')
-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 e4ceb54..d507dd6 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"