diff options
Diffstat (limited to 'lldb/source/Commands/CommandObjectTarget.h')
-rw-r--r-- | lldb/source/Commands/CommandObjectTarget.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/lldb/source/Commands/CommandObjectTarget.h b/lldb/source/Commands/CommandObjectTarget.h index 865534111ee..643ce547dcb 100644 --- a/lldb/source/Commands/CommandObjectTarget.h +++ b/lldb/source/Commands/CommandObjectTarget.h @@ -10,11 +10,6 @@ #ifndef liblldb_CommandObjectTarget_h_ #define liblldb_CommandObjectTarget_h_ -// C Includes -// C++ Includes -// Other libraries and framework includes -// Project includes -#include "lldb/Core/ArchSpec.h" #include "lldb/Interpreter/CommandObjectMultiword.h" #include "lldb/Interpreter/Options.h" |