aboutsummaryrefslogtreecommitdiff
path: root/src/core/refcnt.h
diff options
context:
space:
mode:
authorGarrett D'Amore <garrett@damore.org>2025-01-05 08:39:55 -0800
committerGarrett D'Amore <garrett@damore.org>2025-01-05 08:39:55 -0800
commitf08a488c30ff102c29f589c138bae29d91dccb2a (patch)
tree4e8ffacabb0b90537ac97c806e27f53cb4c3547f /src/core/refcnt.h
parentf77e5a5ec7f8b1373eeda0ea56f47137daf40330 (diff)
downloadnng-f08a488c30ff102c29f589c138bae29d91dccb2a.tar.gz
nng-f08a488c30ff102c29f589c138bae29d91dccb2a.tar.bz2
nng-f08a488c30ff102c29f589c138bae29d91dccb2a.zip
Liberally apply some UWYI (use what you include) to header files
Diffstat (limited to 'src/core/refcnt.h')
-rw-r--r--src/core/refcnt.h8
1 files changed, 3 insertions, 5 deletions
diff --git a/src/core/refcnt.h b/src/core/refcnt.h
index 9878ba50..29a91ea0 100644
--- a/src/core/refcnt.h
+++ b/src/core/refcnt.h
@@ -1,4 +1,4 @@
-// Copyright 2024 Staysail Systems, Inc. <info@staysail.tech>
+// Copyright 2025 Staysail Systems, Inc. <info@staysail.tech>
//
// This software is supplied under the terms of the MIT License, a
// copy of which should be located in the distribution where this
@@ -9,10 +9,8 @@
#ifndef CORE_REFCNT_H
#define CORE_REFCNT_H
-#include <nng/nng.h>
-
-#include <core/nng_impl.h>
-#include <core/platform.h>
+#include "defs.h"
+#include "platform.h"
typedef struct {
nni_atomic_int rc_cnt;