Delete the remainder of platform specific code in FileSpec.

Differential Revision: https://reviews.llvm.org/D31129

llvm-svn: 298465
This commit is contained in:
Zachary Turner
2017-03-22 00:27:24 +00:00
parent 573b13fb9c
commit aaedf89101
19 changed files with 210 additions and 210 deletions

View File

@@ -13,6 +13,7 @@
#include "lldb/API/SBFileSpec.h"
#include "lldb/API/SBStream.h"
#include "lldb/Host/FileSpec.h"
#include "lldb/Host/PosixApi.h"
#include "lldb/Utility/Log.h"
#include "lldb/Utility/Stream.h"