diff options
| author | Zachary Turner <zturner@google.com> | 2017-03-04 01:28:55 +0000 |
|---|---|---|
| committer | Zachary Turner <zturner@google.com> | 2017-03-04 01:28:55 +0000 |
| commit | 0e1d52ae51a16fb8e6db14cbab6c27f5e24bd28a (patch) | |
| tree | e6abb60ccf1ce038b648d712d29932b0b10390bb /lldb/source/Plugins/SystemRuntime | |
| parent | afa6f9793aacb0c3702519fc487e36d3f6f14b00 (diff) | |
| download | bcm5719-llvm-0e1d52ae51a16fb8e6db14cbab6c27f5e24bd28a.tar.gz bcm5719-llvm-0e1d52ae51a16fb8e6db14cbab6c27f5e24bd28a.zip | |
Move UUID from Core -> Utility.
llvm-svn: 296941
Diffstat (limited to 'lldb/source/Plugins/SystemRuntime')
| -rw-r--r-- | lldb/source/Plugins/SystemRuntime/MacOSX/SystemRuntimeMacOSX.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Plugins/SystemRuntime/MacOSX/SystemRuntimeMacOSX.h b/lldb/source/Plugins/SystemRuntime/MacOSX/SystemRuntimeMacOSX.h index c45324d8d69..5452c20419d 100644 --- a/lldb/source/Plugins/SystemRuntime/MacOSX/SystemRuntimeMacOSX.h +++ b/lldb/source/Plugins/SystemRuntime/MacOSX/SystemRuntimeMacOSX.h @@ -20,7 +20,7 @@ // Project includes #include "lldb/Core/ModuleList.h" #include "lldb/Core/StructuredData.h" -#include "lldb/Core/UUID.h" +#include "lldb/Utility/UUID.h" #include "lldb/Host/FileSpec.h" #include "lldb/Target/Process.h" #include "lldb/Target/QueueItem.h" |

