Stop pulling pqueue.h into ssl_locl.h since only a small part of libssl
authorjsing <jsing@openbsd.org>
Thu, 22 May 2014 17:37:06 +0000 (17:37 +0000)
committerjsing <jsing@openbsd.org>
Thu, 22 May 2014 17:37:06 +0000 (17:37 +0000)
commit46859c4ae3ce9df5df3916ad04aecab1c483219b
treeda8c0505c1d1630ba98672835414979f8cc27e0b
parentbe50aea0c942a96ff24dd9fee728a3bbeb42bdf2
Stop pulling pqueue.h into ssl_locl.h since only a small part of libssl
actually needs it. Instead, just include it in the files where it is
actually necessary.

Also remove standard includes from pqueue.h so that they are not available
as a side effect. Just add the two includes that are needed to pqueue.c.

ok miod@
12 files changed:
lib/libssl/d1_both.c
lib/libssl/d1_lib.c
lib/libssl/d1_pkt.c
lib/libssl/pqueue.c
lib/libssl/pqueue.h
lib/libssl/src/ssl/d1_both.c
lib/libssl/src/ssl/d1_lib.c
lib/libssl/src/ssl/d1_pkt.c
lib/libssl/src/ssl/pqueue.c
lib/libssl/src/ssl/pqueue.h
lib/libssl/src/ssl/ssl_locl.h
lib/libssl/ssl_locl.h