Skip to content

Commit

Permalink
mqueue.h: don't include linux/types.h
Browse files Browse the repository at this point in the history
This #include is not required.

Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com>
Signed-off-by: Adrian Bunk <bunk@stusta.de>
  • Loading branch information
Alexey Dobriyan authored and Adrian Bunk committed Nov 30, 2006
1 parent 0215ffb commit 139a7bd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions include/linux/mqueue.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@
#ifndef _LINUX_MQUEUE_H
#define _LINUX_MQUEUE_H

#include <linux/types.h>

#define MQ_PRIO_MAX 32768
/* per-uid limit of kernel memory used by mqueue, in bytes */
#define MQ_BYTES_MAX 819200
Expand Down

0 comments on commit 139a7bd

Please sign in to comment.