From f679703feb9c4702a55f41caec15d5adf997cac9 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Mon, 26 Nov 2001 23:04:08 +0000 Subject: Move DataTypes.h from llvm/Support to just Support llvm-svn: 1399 --- llvm/lib/ExecutionEngine/Interpreter/Interpreter.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/lib/ExecutionEngine/Interpreter/Interpreter.h') diff --git a/llvm/lib/ExecutionEngine/Interpreter/Interpreter.h b/llvm/lib/ExecutionEngine/Interpreter/Interpreter.h index 7e1fde1e8d5..44b382bd9f0 100644 --- a/llvm/lib/ExecutionEngine/Interpreter/Interpreter.h +++ b/llvm/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 -- cgit v1.2.3