diff options
Diffstat (limited to 'lldb/source/Commands/CommandObjectWatchpointCommand.h')
-rw-r--r-- | lldb/source/Commands/CommandObjectWatchpointCommand.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lldb/source/Commands/CommandObjectWatchpointCommand.h b/lldb/source/Commands/CommandObjectWatchpointCommand.h index f2f15ef50b0f..6fbc9c741617 100644 --- a/lldb/source/Commands/CommandObjectWatchpointCommand.h +++ b/lldb/source/Commands/CommandObjectWatchpointCommand.h @@ -9,11 +9,7 @@ #ifndef liblldb_CommandObjectWatchpointCommand_h_ #define liblldb_CommandObjectWatchpointCommand_h_ - - #include "lldb/Interpreter/CommandObjectMultiword.h" -#include "lldb/Interpreter/Options.h" -#include "lldb/lldb-types.h" namespace lldb_private { |