aboutsummaryrefslogtreecommitdiff
path: root/source/API/SBLineEntry.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/API/SBLineEntry.cpp')
-rw-r--r--source/API/SBLineEntry.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/source/API/SBLineEntry.cpp b/source/API/SBLineEntry.cpp
index 3469cecfb7ac..7341d3603dfe 100644
--- a/source/API/SBLineEntry.cpp
+++ b/source/API/SBLineEntry.cpp
@@ -11,9 +11,10 @@
#include "lldb/API/SBLineEntry.h"
#include "lldb/API/SBStream.h"
-#include "lldb/Core/Log.h"
-#include "lldb/Core/StreamString.h"
+#include "lldb/Host/PosixApi.h"
#include "lldb/Symbol/LineEntry.h"
+#include "lldb/Utility/Log.h"
+#include "lldb/Utility/StreamString.h"
using namespace lldb;
using namespace lldb_private;