aboutsummaryrefslogtreecommitdiff
path: root/tools/lldb-mi/MICmdCmd.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/lldb-mi/MICmdCmd.h')
-rw-r--r--tools/lldb-mi/MICmdCmd.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/lldb-mi/MICmdCmd.h b/tools/lldb-mi/MICmdCmd.h
index b51318fa9dff..1fd363084b4a 100644
--- a/tools/lldb-mi/MICmdCmd.h
+++ b/tools/lldb-mi/MICmdCmd.h
@@ -38,8 +38,8 @@ MI commands implemented are:
// Third party headers:
#include <vector>
-#include <lldb/API/SBBreakpoint.h>
-#include <lldb/API/SBCommandReturnObject.h>
+#include "lldb/API/SBBreakpoint.h"
+#include "lldb/API/SBCommandReturnObject.h"
// In-house headers:
#include "MICmdBase.h"