]> granicus.if.org Git - neomutt/commitdiff
Kill include line altogether
authorPietro Cerutti <gahr@gahr.ch>
Fri, 15 Sep 2017 12:27:43 +0000 (12:27 +0000)
committerRichard Russon <rich@flatcap.org>
Fri, 15 Sep 2017 13:59:07 +0000 (14:59 +0100)
Issue #755

queue.h

diff --git a/queue.h b/queue.h
index 066b9f3eda6234fe49a652fea699a6a91df32390..b6a8b755bbcaef35fa1a7ee77e15a355f255c1e5 100644 (file)
--- a/queue.h
+++ b/queue.h
 #ifndef _SYS_QUEUE_H_
 #define        _SYS_QUEUE_H_
 
-#if 0
-#include <sys/cdefs.h>
-#endif
-
 /*
  * This file defines four types of data structures: singly-linked lists,
  * singly-linked tail queues, lists and tail queues.