Skip to content

Commit 3024107

Browse files
JlalondAlexisPerry
authored andcommitted
Removed header and validated on new windows machine (llvm#96724)
![image](https://github.com/llvm/llvm-project/assets/25160653/2044cc8e-72d5-49ec-9439-256555f5fd2b) In llvm#95312 uint and `#include <unistd.h>` were introduced. These broke the windows build. I addressed uint in llvm#96564, but include went unfixed. So I acquired myself a windows machine to validate.
1 parent ee62408 commit 3024107

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lldb/source/Plugins/ObjectFile/Minidump/ObjectFileMinidump.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
#include "lldb/Utility/Log.h"
1919

2020
#include "llvm/Support/FileSystem.h"
21-
#include <unistd.h>
2221

2322
using namespace lldb;
2423
using namespace lldb_private;

0 commit comments

Comments
 (0)