summaryrefslogtreecommitdiffstats
path: root/compat/queue.h
diff options
context:
space:
mode:
Diffstat (limited to 'compat/queue.h')
-rw-r--r--compat/queue.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/compat/queue.h b/compat/queue.h
index d62afcc84..71190fe40 100644
--- a/compat/queue.h
+++ b/compat/queue.h
@@ -33,8 +33,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.