Skip to content

Commit

Permalink
Removed header and validated on new windows machine (#96724)
Browse files Browse the repository at this point in the history
![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.
  • Loading branch information
Jlalond committed Jun 26, 2024
1 parent 35f7b60 commit cb3469a
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
#include "lldb/Utility/Log.h"

#include "llvm/Support/FileSystem.h"
#include <unistd.h>

using namespace lldb;
using namespace lldb_private;
Expand Down

0 comments on commit cb3469a

Please sign in to comment.