summaryrefslogtreecommitdiffstats
path: root/llvm/lib/ExecutionEngine/Interpreter/Interpreter.h
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2001-11-26 23:04:08 +0000
committerChris Lattner <sabre@nondot.org>2001-11-26 23:04:08 +0000
commitf679703feb9c4702a55f41caec15d5adf997cac9 (patch)
treeb0fb29ba99cb7c5bd541d3148ae25ecb715e14ff /llvm/lib/ExecutionEngine/Interpreter/Interpreter.h
parent786df13fc1bc621cd7cbc9e52610084b4e3f5d8c (diff)
downloadbcm5719-llvm-f679703feb9c4702a55f41caec15d5adf997cac9.tar.gz
bcm5719-llvm-f679703feb9c4702a55f41caec15d5adf997cac9.zip
Move DataTypes.h from llvm/Support to just Support
llvm-svn: 1399
Diffstat (limited to 'llvm/lib/ExecutionEngine/Interpreter/Interpreter.h')
-rw-r--r--llvm/lib/ExecutionEngine/Interpreter/Interpreter.h2
1 files changed, 1 insertions, 1 deletions
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
OpenPOWER on IntegriCloud