diff options
author | Zachary Turner <zturner@google.com> | 2017-03-06 18:34:25 +0000 |
---|---|---|
committer | Zachary Turner <zturner@google.com> | 2017-03-06 18:34:25 +0000 |
commit | fb1a0a0d2facc5cff81fad4e9dcd18b176bcf37a (patch) | |
tree | 5a9c74e955efc762e1818fb4b45020758b2684dc /lldb/source/Plugins/Process/Utility/HistoryThread.h | |
parent | 75e0b91e597f97ee8f32f56984988ab55fbfa067 (diff) | |
download | bcm5719-llvm-fb1a0a0d2facc5cff81fad4e9dcd18b176bcf37a.tar.gz bcm5719-llvm-fb1a0a0d2facc5cff81fad4e9dcd18b176bcf37a.zip |
Move many other files from Core -> Utility.
llvm-svn: 297043
Diffstat (limited to 'lldb/source/Plugins/Process/Utility/HistoryThread.h')
-rw-r--r-- | lldb/source/Plugins/Process/Utility/HistoryThread.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Plugins/Process/Utility/HistoryThread.h b/lldb/source/Plugins/Process/Utility/HistoryThread.h index 1a4898a95b7..363ba266963 100644 --- a/lldb/source/Plugins/Process/Utility/HistoryThread.h +++ b/lldb/source/Plugins/Process/Utility/HistoryThread.h @@ -18,11 +18,11 @@ // Project includes #include "lldb/Core/Broadcaster.h" #include "lldb/Core/Event.h" -#include "lldb/Core/UserID.h" #include "lldb/Core/UserSettingsController.h" #include "lldb/Target/ExecutionContextScope.h" #include "lldb/Target/StackFrameList.h" #include "lldb/Target/Thread.h" +#include "lldb/Utility/UserID.h" #include "lldb/lldb-private.h" namespace lldb_private { |