summaryrefslogtreecommitdiff
path: root/src/lib/libssl/pqueue.h
diff options
context:
space:
mode:
authorjsing <>2014-05-22 17:37:06 +0000
committerjsing <>2014-05-22 17:37:06 +0000
commit32a82f1d836ae0b4585960be533eecc2e39c1cb7 (patch)
tree5b8e9cc3ac60b5f781e37b5c9d7f19433c7cf396 /src/lib/libssl/pqueue.h
parent7c930e6398438c779870392401030d84b985b97f (diff)
downloadopenbsd-32a82f1d836ae0b4585960be533eecc2e39c1cb7.tar.gz
openbsd-32a82f1d836ae0b4585960be533eecc2e39c1cb7.tar.bz2
openbsd-32a82f1d836ae0b4585960be533eecc2e39c1cb7.zip
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@
Diffstat (limited to 'src/lib/libssl/pqueue.h')
-rw-r--r--src/lib/libssl/pqueue.h4
1 files changed, 0 insertions, 4 deletions
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 @@
60#ifndef HEADER_PQUEUE_H 60#ifndef HEADER_PQUEUE_H
61#define HEADER_PQUEUE_H 61#define HEADER_PQUEUE_H
62 62
63#include <stdio.h>
64#include <stdlib.h>
65#include <string.h>
66
67typedef struct _pqueue *pqueue; 63typedef struct _pqueue *pqueue;
68 64
69typedef struct _pitem { 65typedef struct _pitem {