diff options
Diffstat (limited to 'include/lldb/Breakpoint/WatchpointOptions.h')
| -rw-r--r-- | include/lldb/Breakpoint/WatchpointOptions.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/lldb/Breakpoint/WatchpointOptions.h b/include/lldb/Breakpoint/WatchpointOptions.h index bfb814ecbd54d..6ab1264a1c7ff 100644 --- a/include/lldb/Breakpoint/WatchpointOptions.h +++ b/include/lldb/Breakpoint/WatchpointOptions.h @@ -17,8 +17,8 @@ // Other libraries and framework includes // Project includes -#include "lldb/Core/Baton.h" -#include "lldb/Core/StringList.h" +#include "lldb/Utility/Baton.h" +#include "lldb/Utility/StringList.h" #include "lldb/lldb-private.h" namespace lldb_private { |
