diff options
Diffstat (limited to 'lldb/source/Commands/CommandObjectWatchpointCommand.h')
-rw-r--r-- | lldb/source/Commands/CommandObjectWatchpointCommand.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lldb/source/Commands/CommandObjectWatchpointCommand.h b/lldb/source/Commands/CommandObjectWatchpointCommand.h index a8a683ec8d8..6fbc9c74161 100644 --- a/lldb/source/Commands/CommandObjectWatchpointCommand.h +++ b/lldb/source/Commands/CommandObjectWatchpointCommand.h @@ -10,8 +10,6 @@ #define liblldb_CommandObjectWatchpointCommand_h_ #include "lldb/Interpreter/CommandObjectMultiword.h" -#include "lldb/Interpreter/Options.h" -#include "lldb/lldb-types.h" namespace lldb_private { |