aboutsummaryrefslogtreecommitdiff
path: root/src/sp/transport/udp
diff options
context:
space:
mode:
authorGarrett D'Amore <garrett@damore.org>2025-10-09 07:20:11 -0700
committerGarrett D'Amore <garrett@damore.org>2025-10-09 07:20:11 -0700
commit9601545c27c948e9df530c5f0a912fb15cab9101 (patch)
tree40d5d11f74468cc37354d33c5c40f167d28650e0 /src/sp/transport/udp
parent9720d7031259dbfb775b9a251d735f1574339a92 (diff)
downloadnng-9601545c27c948e9df530c5f0a912fb15cab9101.tar.gz
nng-9601545c27c948e9df530c5f0a912fb15cab9101.tar.bz2
nng-9601545c27c948e9df530c5f0a912fb15cab9101.zip
header file fixes
Diffstat (limited to 'src/sp/transport/udp')
-rw-r--r--src/sp/transport/udp/udp.c12
1 files changed, 1 insertions, 11 deletions
diff --git a/src/sp/transport/udp/udp.c b/src/sp/transport/udp/udp.c
index b0945737..242ca481 100644
--- a/src/sp/transport/udp/udp.c
+++ b/src/sp/transport/udp/udp.c
@@ -5,17 +5,7 @@
// file was obtained (LICENSE.txt). A copy of the license may also be
// found online at https://opensource.org/licenses/MIT.
//
-#include <stdio.h>
-
-#include "core/aio.h"
-#include "core/defs.h"
-#include "core/idhash.h"
-#include "core/message.h"
-#include "core/nng_impl.h"
-#include "core/options.h"
-#include "core/pipe.h"
-#include "core/platform.h"
-#include "nng/nng.h"
+#include "../../../core/nng_impl.h"
#include <string.h>