aboutsummaryrefslogtreecommitdiff
path: root/src/supplemental/tls/tls_api.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/supplemental/tls/tls_api.h')
-rw-r--r--src/supplemental/tls/tls_api.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/supplemental/tls/tls_api.h b/src/supplemental/tls/tls_api.h
index 0c3e3155..afb8661c 100644
--- a/src/supplemental/tls/tls_api.h
+++ b/src/supplemental/tls/tls_api.h
@@ -1,5 +1,5 @@
//
-// Copyright 2020 Staysail Systems, Inc. <info@staysail.tech>
+// Copyright 2025 Staysail Systems, Inc. <info@staysail.tech>
// Copyright 2018 Capitar IT Group BV <info@capitar.com>
// Copyright 2019 Devolutions <info@devolutions.net>
//
@@ -12,8 +12,6 @@
#ifndef NNG_SUPPLEMENTAL_TLS_TLS_API_H
#define NNG_SUPPLEMENTAL_TLS_TLS_API_H
-#include <nng/supplemental/tls/tls.h>
-
// The implementation supplies this function to create the TLS connection
// object. All fields will be zeroed.
extern int nni_tls_dialer_alloc(nng_stream_dialer **, const nng_url *);