aboutsummaryrefslogtreecommitdiff
path: root/src/core/tcp.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/tcp.c')
-rw-r--r--src/core/tcp.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/core/tcp.c b/src/core/tcp.c
index 5f663c19..5c274854 100644
--- a/src/core/tcp.c
+++ b/src/core/tcp.c
@@ -13,11 +13,9 @@
#include <stdio.h>
#include <string.h>
-#include <nng/nng.h>
-
-#include "core/url.h"
#include "nng_impl.h"
#include "tcp.h"
+#include "url.h"
typedef struct {
nng_stream_dialer ops;