From 0d59bef4f9c895508efea4833c06913f30e0490d Mon Sep 17 00:00:00 2001 From: Pietro Cerutti Date: Fri, 15 Sep 2017 12:27:43 +0000 Subject: [PATCH] Kill include line altogether Issue #755 --- queue.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/queue.h b/queue.h index 066b9f3ed..b6a8b755b 100644 --- a/queue.h +++ b/queue.h @@ -33,10 +33,6 @@ #ifndef _SYS_QUEUE_H_ #define _SYS_QUEUE_H_ -#if 0 -#include -#endif - /* * This file defines four types of data structures: singly-linked lists, * singly-linked tail queues, lists and tail queues. -- 2.40.0