aboutsummaryrefslogtreecommitdiff
path: root/src/core/taskq.h
diff options
context:
space:
mode:
authorGarrett D'Amore <garrett@damore.org>2025-10-11 06:50:54 -0700
committerGarrett D'Amore <garrett@damore.org>2025-10-11 06:50:54 -0700
commit2f24a1b1c93b8c45dce391ed0439131f9ad8cf28 (patch)
tree51065064cec7f35b900291fb2a101b7dbe3b6826 /src/core/taskq.h
parentb98e03b26bfc593326bd7c1d56fd69626f6a93cb (diff)
downloadnng-2f24a1b1c93b8c45dce391ed0439131f9ad8cf28.tar.gz
nng-2f24a1b1c93b8c45dce391ed0439131f9ad8cf28.tar.bz2
nng-2f24a1b1c93b8c45dce391ed0439131f9ad8cf28.zip
fix includes for core
Diffstat (limited to 'src/core/taskq.h')
-rw-r--r--src/core/taskq.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/core/taskq.h b/src/core/taskq.h
index cd27408c..8784af4c 100644
--- a/src/core/taskq.h
+++ b/src/core/taskq.h
@@ -15,8 +15,6 @@
#include "list.h"
#include "platform.h"
-#include "nng/nng.h"
-
typedef struct nni_taskq nni_taskq;
typedef struct nni_task nni_task;