aboutsummaryrefslogtreecommitdiff
path: root/compat/imsg.c
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2015-05-07 11:43:52 +0100
committerNicholas Marriott <nicholas.marriott@gmail.com>2015-05-07 11:43:52 +0100
commit63b7a031a52786e9ec72d8d284a46806bfdc848b (patch)
treef0c1abf4d88e074aaf7801a9e56d76780e2b6c6f /compat/imsg.c
parent6525ca51584636ef781bda147d37d5d0d10899e0 (diff)
downloadrtmux-63b7a031a52786e9ec72d8d284a46806bfdc848b.tar.gz
rtmux-63b7a031a52786e9ec72d8d284a46806bfdc848b.tar.bz2
rtmux-63b7a031a52786e9ec72d8d284a46806bfdc848b.zip
queue.h should come from compat.h.
Diffstat (limited to 'compat/imsg.c')
-rw-r--r--compat/imsg.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/compat/imsg.c b/compat/imsg.c
index af0da44f..9db26ad6 100644
--- a/compat/imsg.c
+++ b/compat/imsg.c
@@ -17,7 +17,6 @@
*/
#include <sys/types.h>
-#include <sys/queue.h>
#include <sys/socket.h>
#include <sys/uio.h>