summaryrefslogtreecommitdiffstats
path: root/lldb/source/API/SBCommandInterpreter.cpp
diff options
context:
space:
mode:
authorEli Friedman <eli.friedman@gmail.com>2010-06-09 07:37:52 +0000
committerEli Friedman <eli.friedman@gmail.com>2010-06-09 07:37:52 +0000
commitca93cc1d5197edefbb7ae498d43bc08f6f90b484 (patch)
tree77e0a1f19e72072fc7ffd7fa9a62bb9215824e22 /lldb/source/API/SBCommandInterpreter.cpp
parente56c3af033259b2ae9fa1ea4d62e8ebf8f2ccc0a (diff)
downloadbcm5719-llvm-ca93cc1d5197edefbb7ae498d43bc08f6f90b484.tar.gz
bcm5719-llvm-ca93cc1d5197edefbb7ae498d43bc08f6f90b484.zip
Fix a bunch more include lines.
llvm-svn: 105702
Diffstat (limited to 'lldb/source/API/SBCommandInterpreter.cpp')
-rw-r--r--lldb/source/API/SBCommandInterpreter.cpp20
1 files changed, 10 insertions, 10 deletions
diff --git a/lldb/source/API/SBCommandInterpreter.cpp b/lldb/source/API/SBCommandInterpreter.cpp
index 1e40320ad60..640bf943974 100644
--- a/lldb/source/API/SBCommandInterpreter.cpp
+++ b/lldb/source/API/SBCommandInterpreter.cpp
@@ -15,16 +15,16 @@
#include "lldb/Interpreter/CommandReturnObject.h"
#include "lldb/Target/Target.h"
-#include "SBBroadcaster.h"
-#include "SBDebugger.h"
-#include "SBCommandReturnObject.h"
-#include "SBCommandContext.h"
-#include "SBSourceManager.h"
-#include "SBCommandInterpreter.h"
-#include "SBProcess.h"
-#include "SBTarget.h"
-#include "SBListener.h"
-#include "SBStringList.h"
+#include "lldb/API/SBBroadcaster.h"
+#include "lldb/API/SBDebugger.h"
+#include "lldb/API/SBCommandReturnObject.h"
+#include "lldb/API/SBCommandContext.h"
+#include "lldb/API/SBSourceManager.h"
+#include "lldb/API/SBCommandInterpreter.h"
+#include "lldb/API/SBProcess.h"
+#include "lldb/API/SBTarget.h"
+#include "lldb/API/SBListener.h"
+#include "lldb/API/SBStringList.h"
using namespace lldb;
using namespace lldb_private;
OpenPOWER on IntegriCloud