summaryrefslogtreecommitdiffstats
path: root/lldb/source/Core/FormatEntity.cpp
diff options
context:
space:
mode:
authorEnrico Granata <egranata@apple.com>2015-10-20 04:50:09 +0000
committerEnrico Granata <egranata@apple.com>2015-10-20 04:50:09 +0000
commitd717cc9f7106a214393e0380645ffe44f70673a8 (patch)
tree27cc78093bb0879a46b475a52b8a49c218ee54c9 /lldb/source/Core/FormatEntity.cpp
parent3add6439d002502b13e57ecf33474dc3af9e1d2a (diff)
downloadbcm5719-llvm-d717cc9f7106a214393e0380645ffe44f70673a8.tar.gz
bcm5719-llvm-d717cc9f7106a214393e0380645ffe44f70673a8.zip
Rationalization of includes in the data formatters code
llvm-svn: 250798
Diffstat (limited to 'lldb/source/Core/FormatEntity.cpp')
-rw-r--r--lldb/source/Core/FormatEntity.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/lldb/source/Core/FormatEntity.cpp b/lldb/source/Core/FormatEntity.cpp
index 500518f6a23..a8685e39ab3 100644
--- a/lldb/source/Core/FormatEntity.cpp
+++ b/lldb/source/Core/FormatEntity.cpp
@@ -7,10 +7,11 @@
//
//===----------------------------------------------------------------------===//
-#include "llvm/ADT/StringRef.h"
-
#include "lldb/Core/FormatEntity.h"
+#include "llvm/ADT/STLExtras.h"
+#include "llvm/ADT/StringRef.h"
+
#include "lldb/Core/Address.h"
#include "lldb/Core/Debugger.h"
#include "lldb/Core/Module.h"
OpenPOWER on IntegriCloud