diff options
author | Craig Tiller <ctiller@google.com> | 2016-01-04 12:34:29 -0800 |
---|---|---|
committer | Craig Tiller <ctiller@google.com> | 2016-01-04 12:34:29 -0800 |
commit | ea21ca234c01be8fc95c1fed0a2ea264773208db (patch) | |
tree | 67aa86b353c57289bbab152789ebb201b241e927 /test/core | |
parent | 47c50cc4d312907ca0012f74d3fcf2c89975baf4 (diff) |
Fix makefile, codegen bugs
Diffstat (limited to 'test/core')
-rw-r--r-- | test/core/surface/public_headers_must_be_c89.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/core/surface/public_headers_must_be_c89.c b/test/core/surface/public_headers_must_be_c89.c index 7b7b68fb86..4a3ffbd09e 100644 --- a/test/core/surface/public_headers_must_be_c89.c +++ b/test/core/surface/public_headers_must_be_c89.c @@ -53,11 +53,9 @@ #include <grpc/support/subprocess.h> #include <grpc/support/sync.h> #include <grpc/support/sync_generic.h> -#include <grpc/support/sync_posix.h> #include <grpc/support/thd.h> #include <grpc/support/time.h> #include <grpc/support/tls.h> -#include <grpc/support/tls_msvc.h> #include <grpc/support/useful.h> int main(int argc, char **argv) { |