diff options
| author | Dimitry Andric <dim@FreeBSD.org> | 2011-02-20 12:57:14 +0000 | 
|---|---|---|
| committer | Dimitry Andric <dim@FreeBSD.org> | 2011-02-20 12:57:14 +0000 | 
| commit | cf099d11218cb6f6c5cce947d6738e347f07fb12 (patch) | |
| tree | d2b61ce94e654cb01a254d2195259db5f9cc3f3c /lib/ExecutionEngine/Interpreter/Interpreter.h | |
| parent | 49011b52fcba02a6051957b84705159f52fae4e4 (diff) | |
Notes
Diffstat (limited to 'lib/ExecutionEngine/Interpreter/Interpreter.h')
| -rw-r--r-- | lib/ExecutionEngine/Interpreter/Interpreter.h | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ExecutionEngine/Interpreter/Interpreter.h b/lib/ExecutionEngine/Interpreter/Interpreter.h index 564e9abad9e7f..bfebe3debfcda 100644 --- a/lib/ExecutionEngine/Interpreter/Interpreter.h +++ b/lib/ExecutionEngine/Interpreter/Interpreter.h @@ -19,7 +19,7 @@  #include "llvm/ExecutionEngine/GenericValue.h"  #include "llvm/Target/TargetData.h"  #include "llvm/Support/CallSite.h" -#include "llvm/System/DataTypes.h" +#include "llvm/Support/DataTypes.h"  #include "llvm/Support/ErrorHandling.h"  #include "llvm/Support/InstVisitor.h"  #include "llvm/Support/raw_ostream.h"  | 
