summaryrefslogtreecommitdiffstats
path: root/lib/mqueue.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/mqueue.h')
-rw-r--r--lib/mqueue.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/lib/mqueue.h b/lib/mqueue.h
index a28b6606..68dceb15 100644
--- a/lib/mqueue.h
+++ b/lib/mqueue.h
@@ -22,16 +22,11 @@
#ifndef _ZEBRA_MQUEUE_H
#define _ZEBRA_MQUEUE_H
-#include <stddef.h>
-#include <stdbool.h>
+#include "misc.h"
#include "qpthreads.h"
#include "qtime.h"
-#ifndef Inline
-#define Inline static inline
-#endif
-
/*==============================================================================
* Message Queue Blocks -- mqb
*