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.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/lib/libssl/pqueue.h') diff --git a/src/lib/libssl/pqueue.h b/src/lib/libssl/pqueue.h index 6e7df8f35b..4b167871ef 100644 --- a/src/lib/libssl/pqueue.h +++ b/src/lib/libssl/pqueue.h @@ -60,10 +60,6 @@ #ifndef HEADER_PQUEUE_H #define HEADER_PQUEUE_H -#include -#include -#include - typedef struct _pqueue *pqueue; typedef struct _pitem { -- cgit v1.2.3-55-g6feb