Skip to content

Commit cb3469a

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

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)