diff options
Diffstat (limited to 'lldb/tools/lldb-mi/MICmdCmdMiscellanous.h')
| -rw-r--r-- | lldb/tools/lldb-mi/MICmdCmdMiscellanous.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/tools/lldb-mi/MICmdCmdMiscellanous.h b/lldb/tools/lldb-mi/MICmdCmdMiscellanous.h index 1cabbac7e80..fd990940e44 100644 --- a/lldb/tools/lldb-mi/MICmdCmdMiscellanous.h +++ b/lldb/tools/lldb-mi/MICmdCmdMiscellanous.h @@ -34,7 +34,7 @@ #pragma once // Third party headers: -#include <lldb/API/SBCommandReturnObject.h> +#include "lldb/API/SBCommandReturnObject.h" // In-house headers: #include "MICmdBase.h" |

