Header moved
authorChris Lattner <sabre@nondot.org>
Thu, 29 Jul 2004 17:15:38 +0000 (17:15 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 29 Jul 2004 17:15:38 +0000 (17:15 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15332 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Debugger/ProgramInfo.cpp
lib/Debugger/UnixLocalInferiorProcess.cpp

index c08a8aaa647a0c61cbf42a0012b71fc4c0858f3d..8bb8738c6577e6fc1a84f3705e402fedc5b9ed39 100644 (file)
@@ -16,7 +16,7 @@
 #include "llvm/Constants.h"
 #include "llvm/DerivedTypes.h"
 #include "llvm/Intrinsics.h"
-#include "llvm/iOther.h"
+#include "llvm/Instructions.h"
 #include "llvm/Module.h"
 #include "llvm/Debugger/SourceFile.h"
 #include "llvm/Debugger/SourceLanguage.h"
index 0c94a4b772171e299cb3da60506683c5c492615c..1cacb534a27dfcf01be86d2178a5b17e295d63d7 100644 (file)
 
 #include "llvm/Debugger/InferiorProcess.h"
 #include "llvm/Constant.h"
+#include "llvm/Instructions.h"
 #include "llvm/Module.h"
 #include "llvm/ModuleProvider.h"
 #include "llvm/Type.h"
-#include "llvm/iOther.h"
 #include "llvm/CodeGen/IntrinsicLowering.h"
 #include "llvm/ExecutionEngine/GenericValue.h"
 #include "llvm/ExecutionEngine/ExecutionEngine.h"