Use #include "lldb/API/SBCommandReturnObject.h" instead of <...>.
authorJason Molenda <jmolenda@apple.com>
Thu, 30 Apr 2015 23:31:04 +0000 (23:31 +0000)
committerJason Molenda <jmolenda@apple.com>
Thu, 30 Apr 2015 23:31:04 +0000 (23:31 +0000)
llvm-svn: 236284

lldb/tools/lldb-mi/MICmdCmdData.h

index 6ae9acd..3e6a08d 100644 (file)
@@ -31,7 +31,7 @@
 #pragma once
 
 // Third party headers:
-#include <lldb/API/SBCommandReturnObject.h>
+#include "lldb/API/SBCommandReturnObject.h"
 
 // In-house headers:
 #include "MICmdBase.h"