Skip to content

Commit

Permalink
remove unix-specific includes in capnpc-java
Browse files Browse the repository at this point in the history
  • Loading branch information
dwrensha committed Feb 8, 2023
1 parent f79453c commit 2324142
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions compiler/src/main/cpp/capnpc-java.c++
Original file line number Diff line number Diff line change
Expand Up @@ -32,16 +32,11 @@
#include <kj/vector.h>
#include <capnp/schema-loader.h>
#include <capnp/dynamic.h>
#include <unistd.h>
#include <unordered_map>
#include <unordered_set>
#include <set>
#include <kj/main.h>
#include <algorithm>
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>
#include <errno.h>

#if HAVE_CONFIG_H
#include "config.h"
Expand Down

0 comments on commit 2324142

Please sign in to comment.