summaryrefslogtreecommitdiffstats
path: root/lldb/source/Core/FileSpecList.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/source/Core/FileSpecList.cpp')
-rw-r--r--lldb/source/Core/FileSpecList.cpp12
1 files changed, 5 insertions, 7 deletions
diff --git a/lldb/source/Core/FileSpecList.cpp b/lldb/source/Core/FileSpecList.cpp
index 0f790279897..a69f490f9ae 100644
--- a/lldb/source/Core/FileSpecList.cpp
+++ b/lldb/source/Core/FileSpecList.cpp
@@ -9,14 +9,12 @@
#include "lldb/Core/FileSpecList.h"
-// C Includes
-// C++ Includes
-#include <algorithm>
-
-// Other libraries and framework includes
-// Project includes
+#include "lldb/Utility/ConstString.h" // for ConstString
#include "lldb/Utility/Stream.h"
-#include "llvm/Support/FileSystem.h"
+
+#include <utility> // for find
+
+#include <stdint.h> // for UINT32_MAX
using namespace lldb_private;
using namespace std;
OpenPOWER on IntegriCloud