From 03113da787fb1617a9c460b9ce012c9efe3c7838 Mon Sep 17 00:00:00 2001 From: "Luke T. Shumaker" Date: Tue, 15 Apr 2025 01:53:37 -0600 Subject: libmisc: Tidy linkedlist.h --- libmisc/include/libmisc/linkedlist.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'libmisc/include') diff --git a/libmisc/include/libmisc/linkedlist.h b/libmisc/include/libmisc/linkedlist.h index 8adef66..a23c703 100644 --- a/libmisc/include/libmisc/linkedlist.h +++ b/libmisc/include/libmisc/linkedlist.h @@ -1,4 +1,4 @@ -/* libmisc/linkedlist.h - Singly- and doubly- linked lists +/* libmisc/linkedlist.h - Intrusive Singly- and doubly- linked lists * * Copyright (C) 2024-2025 Luke T. Shumaker * SPDX-License-Identifier: AGPL-3.0-or-later @@ -7,7 +7,6 @@ #ifndef _LIBMISC_LINKEDLIST_H_ #define _LIBMISC_LINKEDLIST_H_ -#include #include /* singly linked list *********************************************************/ -- cgit v1.2.3-2-g168b