From 1e191607c478f2d6d78ae2b80855d05f877bd8bb Mon Sep 17 00:00:00 2001 From: Aldrik Ramaekers Date: Fri, 15 Mar 2024 23:09:25 +0100 Subject: NULL > nullptr --- src/array.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'src/array.h') diff --git a/src/array.h b/src/array.h index 9e82e62..b25e7fa 100644 --- a/src/array.h +++ b/src/array.h @@ -1,5 +1,4 @@ -#ifndef INCLUDE_ts_array -#define INCLUDE_ts_array +#pragma once #include "mutex.h" #include @@ -25,5 +24,3 @@ void* ts_array_at(ts_array *ts_array, uint32_t at); void ts_array_destroy(ts_array *ts_array); void ts_array_reserve(ts_array *ts_array, uint32_t reserve_count); ts_array ts_array_copy(ts_array *ts_array); - -#endif \ No newline at end of file -- cgit v1.2.3-70-g09d2