summaryrefslogtreecommitdiffstats
path: root/lldb/source/Core/UserSettingsController.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/source/Core/UserSettingsController.cpp')
-rw-r--r--lldb/source/Core/UserSettingsController.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Core/UserSettingsController.cpp b/lldb/source/Core/UserSettingsController.cpp
index a4661a6c9e8..4406057ca6b 100644
--- a/lldb/source/Core/UserSettingsController.cpp
+++ b/lldb/source/Core/UserSettingsController.cpp
@@ -13,7 +13,7 @@
#include "lldb/Utility/Status.h"
#include "lldb/Utility/Stream.h"
-#include <memory> // for shared_ptr
+#include <memory>
namespace lldb_private {
class CommandInterpreter;
OpenPOWER on IntegriCloud