aboutsummaryrefslogtreecommitdiff
path: root/source/API/SBStringList.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/API/SBStringList.cpp')
-rw-r--r--source/API/SBStringList.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/API/SBStringList.cpp b/source/API/SBStringList.cpp
index 075ee0d5bc47..9ac69b15ebb7 100644
--- a/source/API/SBStringList.cpp
+++ b/source/API/SBStringList.cpp
@@ -9,7 +9,7 @@
#include "lldb/API/SBStringList.h"
-#include "lldb/Core/StringList.h"
+#include "lldb/Utility/StringList.h"
using namespace lldb;
using namespace lldb_private;