From 32a82f1d836ae0b4585960be533eecc2e39c1cb7 Mon Sep 17 00:00:00 2001 From: jsing <> Date: Thu, 22 May 2014 17:37:06 +0000 Subject: 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@ --- src/lib/libssl/pqueue.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/lib/libssl/pqueue.c') diff --git a/src/lib/libssl/pqueue.c b/src/lib/libssl/pqueue.c index daf5e21b3a..af8530064f 100644 --- a/src/lib/libssl/pqueue.c +++ b/src/lib/libssl/pqueue.c @@ -57,7 +57,9 @@ * */ +#include #include + #include "pqueue.h" typedef struct _pqueue { -- cgit v1.2.3-55-g6feb