summaryrefslogtreecommitdiffstats
path: root/lldb/source/Utility/ConstString.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/source/Utility/ConstString.cpp')
-rw-r--r--lldb/source/Utility/ConstString.cpp18
1 files changed, 9 insertions, 9 deletions
diff --git a/lldb/source/Utility/ConstString.cpp b/lldb/source/Utility/ConstString.cpp
index 3344710e204..9b8bea71e2a 100644
--- a/lldb/source/Utility/ConstString.cpp
+++ b/lldb/source/Utility/ConstString.cpp
@@ -12,20 +12,20 @@
#include "lldb/Utility/Stream.h"
#include "llvm/ADT/StringMap.h"
-#include "llvm/ADT/iterator.h" // for iterator_facade_base
-#include "llvm/Support/Allocator.h" // for BumpPtrAllocator
-#include "llvm/Support/DJB.h" // for djbHash
-#include "llvm/Support/FormatProviders.h" // for format_provider
+#include "llvm/ADT/iterator.h"
+#include "llvm/Support/Allocator.h"
+#include "llvm/Support/DJB.h"
+#include "llvm/Support/FormatProviders.h"
#include "llvm/Support/RWMutex.h"
#include "llvm/Support/Threading.h"
-#include <algorithm> // for min
+#include <algorithm>
#include <array>
-#include <utility> // for make_pair, pair
+#include <utility>
-#include <inttypes.h> // for PRIu64
-#include <stdint.h> // for uint8_t, uint32_t, uint64_t
-#include <string.h> // for size_t, strlen
+#include <inttypes.h>
+#include <stdint.h>
+#include <string.h>
using namespace lldb_private;
OpenPOWER on IntegriCloud