remove unix-specific includes in capnpc-java
This commit is contained in:
parent
57c0215bef
commit
7869cefeb9
1 changed files with 0 additions and 5 deletions
|
@ -32,17 +32,12 @@
|
|||
#include <kj/vector.h>
|
||||
#include <capnp/schema-loader.h>
|
||||
#include <capnp/dynamic.h>
|
||||
#include <unistd.h>
|
||||
#include <unordered_map>
|
||||
#include <unordered_set>
|
||||
#include <map>
|
||||
#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"
|
||||
|
|
Loading…
Reference in a new issue