From f08a488c30ff102c29f589c138bae29d91dccb2a Mon Sep 17 00:00:00 2001 From: Garrett D'Amore Date: Sun, 5 Jan 2025 08:39:55 -0800 Subject: Liberally apply some UWYI (use what you include) to header files --- src/core/refcnt.h | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'src/core/refcnt.h') 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. +// Copyright 2025 Staysail Systems, Inc. // // 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 - -#include -#include +#include "defs.h" +#include "platform.h" typedef struct { nni_atomic_int rc_cnt; -- cgit v1.2.3-70-g09d2