diff options
author | Nicholas Marriott <nicm@openbsd.org> | 2010-04-27 21:04:04 +0000 |
---|---|---|
committer | Nicholas Marriott <nicm@openbsd.org> | 2010-04-27 21:04:04 +0000 |
commit | 83e1a33ff59b97c4b7f926d886ecb3d8070ee269 (patch) | |
tree | 641bd48d8c508a4948af946d63519847d003b0e0 | |
parent | d529e7e14e4afa86a312ebac773682cfa3e58368 (diff) | |
download | rtmux-83e1a33ff59b97c4b7f926d886ecb3d8070ee269.tar.gz rtmux-83e1a33ff59b97c4b7f926d886ecb3d8070ee269.tar.bz2 rtmux-83e1a33ff59b97c4b7f926d886ecb3d8070ee269.zip |
imsg.h does not need sys/tree.h.
ok eric
-rw-r--r-- | imsg.h | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -18,8 +18,6 @@ * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -#include <sys/tree.h> - #define READ_BUF_SIZE 65535 #define IMSG_HEADER_SIZE sizeof(struct imsg_hdr) #define MAX_IMSGSIZE 16384 |