aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/iomgr/workqueue.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/iomgr/workqueue.h')
-rw-r--r--src/core/iomgr/workqueue.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/core/iomgr/workqueue.h b/src/core/iomgr/workqueue.h
index 714536233c..14fe2fedd2 100644
--- a/src/core/iomgr/workqueue.h
+++ b/src/core/iomgr/workqueue.h
@@ -47,9 +47,7 @@
#include "src/core/iomgr/workqueue_windows.h"
#endif
-/** A workqueue represents a list of work to be executed asynchronously. */
-struct grpc_workqueue;
-typedef struct grpc_workqueue grpc_workqueue;
+/* grpc_workqueue is forward declared in exec_ctx.h */
/** Create a work queue */
grpc_workqueue *grpc_workqueue_create(grpc_exec_ctx *exec_ctx);