From: Jason Molenda Date: Thu, 30 Apr 2015 23:31:04 +0000 (+0000) Subject: Use #include "lldb/API/SBCommandReturnObject.h" instead of <...>. X-Git-Tag: llvmorg-3.7.0-rc1~5573 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=29db330ce74e04bb05c76302b4a79f6f17555c30;p=platform%2Fupstream%2Fllvm.git Use #include "lldb/API/SBCommandReturnObject.h" instead of <...>. llvm-svn: 236284 --- diff --git a/lldb/tools/lldb-mi/MICmdCmdData.h b/lldb/tools/lldb-mi/MICmdCmdData.h index 6ae9acd..3e6a08d 100644 --- a/lldb/tools/lldb-mi/MICmdCmdData.h +++ b/lldb/tools/lldb-mi/MICmdCmdData.h @@ -31,7 +31,7 @@ #pragma once // Third party headers: -#include +#include "lldb/API/SBCommandReturnObject.h" // In-house headers: #include "MICmdBase.h"