aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/grpc++/impl/codegen/completion_queue.h
diff options
context:
space:
mode:
authorGravatar Sree Kuchibhotla <sreek@google.com>2017-04-02 03:44:43 -0700
committerGravatar Sree Kuchibhotla <sreek@google.com>2017-04-02 03:44:43 -0700
commit3f182df7de52374e600264af7d76f1f6f73da6b8 (patch)
tree9d81b064cd7e430a1ea4b5888f81cec541a18956 /include/grpc++/impl/codegen/completion_queue.h
parentc1a32fa46e2c4e0a9990c66445c3079cf47d7c62 (diff)
Fix C asan error and check_sources_and_headers.py
Diffstat (limited to 'include/grpc++/impl/codegen/completion_queue.h')
-rw-r--r--include/grpc++/impl/codegen/completion_queue.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/grpc++/impl/codegen/completion_queue.h b/include/grpc++/impl/codegen/completion_queue.h
index 90595de482..61617f2bdc 100644
--- a/include/grpc++/impl/codegen/completion_queue.h
+++ b/include/grpc++/impl/codegen/completion_queue.h
@@ -52,7 +52,6 @@
#include <grpc++/impl/codegen/grpc_library.h>
#include <grpc++/impl/codegen/status.h>
#include <grpc++/impl/codegen/time.h>
-#include <grpc/grpc.h>
#include <grpc/impl/codegen/atm.h>
struct grpc_completion_queue;