summaryrefslogtreecommitdiff
path: root/queue.h
diff options
context:
space:
mode:
authordormando <dormando@rydia.net>2021-10-06 13:34:12 -0700
committerdormando <dormando@rydia.net>2021-10-06 13:34:12 -0700
commit7e570c789f4473354461e6eeb8bb7a283df613bf (patch)
tree0ef135e852b59cc198bfca99a87d3fc2cb654b04 /queue.h
parentd22b66483bce8843110795609386edc6ebf65b69 (diff)
downloadmemcached-7e570c789f4473354461e6eeb8bb7a283df613bf.tar.gz
core: remove cdefs include from queue.h
compatibility issue - seems to only exist to ensure NULL is defined properly; but at the point in which we include the queue.h, NULL most certainly exists.
Diffstat (limited to 'queue.h')
-rw-r--r--queue.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/queue.h b/queue.h
index dc2a845..59d8a45 100644
--- a/queue.h
+++ b/queue.h
@@ -37,8 +37,6 @@
#ifndef _SYS_QUEUE_H_
#define _SYS_QUEUE_H_
-#include <sys/cdefs.h>
-
/*
* This file defines four types of data structures: singly-linked lists,
* singly-linked tail queues, lists and tail queues.