summaryrefslogtreecommitdiffstats
path: root/lldb/source/API/SBCommandReturnObject.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/SBCommandReturnObject.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/SBCommandReturnObject.cpp')
-rw-r--r--lldb/source/API/SBCommandReturnObject.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/API/SBCommandReturnObject.cpp b/lldb/source/API/SBCommandReturnObject.cpp
index 3910cc4b03d..b345a04cdb6 100644
--- a/lldb/source/API/SBCommandReturnObject.cpp
+++ b/lldb/source/API/SBCommandReturnObject.cpp
@@ -9,7 +9,7 @@
#include "lldb/Interpreter/CommandReturnObject.h"
-#include "SBCommandReturnObject.h"
+#include "lldb/API/SBCommandReturnObject.h"
using namespace lldb;
OpenPOWER on IntegriCloud