From 0d23af92531b7c0dd6d7b74c73c1a8c4811c7d13 Mon Sep 17 00:00:00 2001 From: Garrett D'Amore Date: Wed, 1 Jan 2025 12:44:02 -0800 Subject: protocols: move content from the protocols to nng.h This should simplify things for developers. Just one header to include in most cases now. --- src/sp/protocol/pair0/pair.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/sp/protocol/pair0') diff --git a/src/sp/protocol/pair0/pair.c b/src/sp/protocol/pair0/pair.c index face19bc..e577738b 100644 --- a/src/sp/protocol/pair0/pair.c +++ b/src/sp/protocol/pair0/pair.c @@ -1,5 +1,5 @@ // -// Copyright 2024 Staysail Systems, Inc. +// Copyright 2025 Staysail Systems, Inc. // Copyright 2018 Capitar IT Group BV // // This software is supplied under the terms of the MIT License, a @@ -12,7 +12,6 @@ #include "core/nng_impl.h" #include "core/pipe.h" -#include "nng/protocol/pair0/pair.h" // Pair protocol. The PAIR protocol is a simple 1:1 messaging pattern. // While a peer is connected to the server, all other peer connection -- cgit v1.2.3-70-g09d2