diff options
author | Eli Friedman <eli.friedman@gmail.com> | 2010-06-09 07:37:52 +0000 |
---|---|---|
committer | Eli Friedman <eli.friedman@gmail.com> | 2010-06-09 07:37:52 +0000 |
commit | ca93cc1d5197edefbb7ae498d43bc08f6f90b484 (patch) | |
tree | 77e0a1f19e72072fc7ffd7fa9a62bb9215824e22 /lldb/source/API/SBDebugger.cpp | |
parent | e56c3af033259b2ae9fa1ea4d62e8ebf8f2ccc0a (diff) | |
download | bcm5719-llvm-ca93cc1d5197edefbb7ae498d43bc08f6f90b484.tar.gz bcm5719-llvm-ca93cc1d5197edefbb7ae498d43bc08f6f90b484.zip |
Fix a bunch more include lines.
llvm-svn: 105702
Diffstat (limited to 'lldb/source/API/SBDebugger.cpp')
-rw-r--r-- | lldb/source/API/SBDebugger.cpp | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/lldb/source/API/SBDebugger.cpp b/lldb/source/API/SBDebugger.cpp index d31c93cddb8..f372b7d540a 100644 --- a/lldb/source/API/SBDebugger.cpp +++ b/lldb/source/API/SBDebugger.cpp @@ -7,7 +7,7 @@ // //===----------------------------------------------------------------------===// -#include "SBDebugger.h" +#include "lldb/API/SBDebugger.h" #include "lldb/lldb-include.h" #include "lldb/Core/Args.h" @@ -16,17 +16,17 @@ #include "lldb/Target/Process.h" #include "lldb/Target/TargetList.h" -#include "SBListener.h" -#include "SBBroadcaster.h" -#include "SBCommandInterpreter.h" -#include "SBCommandReturnObject.h" -#include "SBEvent.h" -#include "SBFrame.h" -#include "SBTarget.h" -#include "SBProcess.h" -#include "SBThread.h" -#include "SBSourceManager.h" -#include "SBInputReader.h" +#include "lldb/API/SBListener.h" +#include "lldb/API/SBBroadcaster.h" +#include "lldb/API/SBCommandInterpreter.h" +#include "lldb/API/SBCommandReturnObject.h" +#include "lldb/API/SBEvent.h" +#include "lldb/API/SBFrame.h" +#include "lldb/API/SBTarget.h" +#include "lldb/API/SBProcess.h" +#include "lldb/API/SBThread.h" +#include "lldb/API/SBSourceManager.h" +#include "lldb/API/SBInputReader.h" using namespace lldb; using namespace lldb_private; |