[Lldb-commits] [PATCH] D47420: Remove Linux-specific includes for posix/FileSystem.cpp

Bruce Mitchener via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue May 29 02:18:59 PDT 2018


This revision was automatically updated to reflect the committed changes.
Closed by commit rL333400: Remove Linux-specific includes for posix/FileSystem.cpp (authored by brucem, committed by ).
Herald added a subscriber: llvm-commits.

Repository:
  rL LLVM

https://reviews.llvm.org/D47420

Files:
  lldb/trunk/source/Host/posix/FileSystem.cpp


Index: lldb/trunk/source/Host/posix/FileSystem.cpp
===================================================================
--- lldb/trunk/source/Host/posix/FileSystem.cpp
+++ lldb/trunk/source/Host/posix/FileSystem.cpp
@@ -16,11 +16,6 @@
 #include <sys/stat.h>
 #include <sys/types.h>
 #include <unistd.h>
-#ifdef __linux__
-#include <linux/magic.h>
-#include <sys/mount.h>
-#include <sys/statfs.h>
-#endif
 #if defined(__NetBSD__)
 #include <sys/statvfs.h>
 #endif


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D47420.148860.patch
Type: text/x-patch
Size: 462 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20180529/a5191904/attachment.bin>


More information about the lldb-commits mailing list