aboutsummaryrefslogtreecommitdiff
path: root/src/core/refcnt.h
diff options
context:
space:
mode:
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;