aboutsummaryrefslogtreecommitdiff
path: root/source/API/SBError.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/API/SBError.cpp')
-rw-r--r--source/API/SBError.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/API/SBError.cpp b/source/API/SBError.cpp
index 451c0a709ec6..a692a9678cde 100644
--- a/source/API/SBError.cpp
+++ b/source/API/SBError.cpp
@@ -9,8 +9,8 @@
#include "lldb/API/SBError.h"
#include "lldb/API/SBStream.h"
-#include "lldb/Core/Error.h"
-#include "lldb/Core/Log.h"
+#include "lldb/Utility/Error.h"
+#include "lldb/Utility/Log.h"
#include <stdarg.h>