summaryrefslogtreecommitdiffstats
path: root/lldb/source/Host/windows
diff options
context:
space:
mode:
authorZachary Turner <zturner@google.com>2017-03-22 00:27:24 +0000
committerZachary Turner <zturner@google.com>2017-03-22 00:27:24 +0000
commitaaedf891019203cec1552b166edb2bf9972b3b14 (patch)
tree3a19dc225a55423bf1d42bb47c34a66208c43d68 /lldb/source/Host/windows
parent573b13fb9c6f80a9d00cd5c660fc57850e5bf425 (diff)
downloadbcm5719-llvm-aaedf891019203cec1552b166edb2bf9972b3b14.tar.gz
bcm5719-llvm-aaedf891019203cec1552b166edb2bf9972b3b14.zip
Delete the remainder of platform specific code in FileSpec.
Differential Revision: https://reviews.llvm.org/D31129 llvm-svn: 298465
Diffstat (limited to 'lldb/source/Host/windows')
-rw-r--r--lldb/source/Host/windows/FileSystem.cpp1
-rw-r--r--lldb/source/Host/windows/HostInfoWindows.cpp1
2 files changed, 2 insertions, 0 deletions
diff --git a/lldb/source/Host/windows/FileSystem.cpp b/lldb/source/Host/windows/FileSystem.cpp
index 907c0c9337a..092b70b1f4d 100644
--- a/lldb/source/Host/windows/FileSystem.cpp
+++ b/lldb/source/Host/windows/FileSystem.cpp
@@ -15,6 +15,7 @@
#include "lldb/Host/FileSystem.h"
#include "lldb/Host/windows/AutoHandle.h"
+#include "lldb/Host/windows/PosixApi.h"
#include "llvm/Support/ConvertUTF.h"
#include "llvm/Support/FileSystem.h"
diff --git a/lldb/source/Host/windows/HostInfoWindows.cpp b/lldb/source/Host/windows/HostInfoWindows.cpp
index 5b38e6021e0..53a24ad1893 100644
--- a/lldb/source/Host/windows/HostInfoWindows.cpp
+++ b/lldb/source/Host/windows/HostInfoWindows.cpp
@@ -14,6 +14,7 @@
#include <mutex> // std::once
#include "lldb/Host/windows/HostInfoWindows.h"
+#include "lldb/Host/windows/PosixApi.h"
#include "llvm/ADT/SmallString.h"
#include "llvm/Support/ConvertUTF.h"
#include "llvm/Support/FileSystem.h"
OpenPOWER on IntegriCloud