commit | 360e17eaf1a2abda82b02235dc57d26d8f83c937 | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Mon Nov 26 23:04:08 2001 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Mon Nov 26 23:04:08 2001 +0000 |
tree | 083ef9b6ce0a75f3351b4e4d6a51cdff563cc0bd | |
parent | 475aee944d61e30b7fe377c2852df810364d1191 [diff] [blame] |
Move DataTypes.h from llvm/Support to just Support git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1399 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/ExecutionEngine/Interpreter/Interpreter.h b/lib/ExecutionEngine/Interpreter/Interpreter.h index 7e1fde1..44b382b 100644 --- a/lib/ExecutionEngine/Interpreter/Interpreter.h +++ b/lib/ExecutionEngine/Interpreter/Interpreter.h
@@ -13,7 +13,7 @@ #include "llvm/Module.h" #include "llvm/Method.h" -#include "llvm/Support/DataTypes.h" +#include "Support/DataTypes.h" #include "llvm/Assembly/CachedWriter.h" extern CachedWriter CW; // Object to accellerate printing of LLVM