diff options
author | jsing <> | 2014-05-22 17:37:06 +0000 |
---|---|---|
committer | jsing <> | 2014-05-22 17:37:06 +0000 |
commit | 32a82f1d836ae0b4585960be533eecc2e39c1cb7 (patch) | |
tree | 5b8e9cc3ac60b5f781e37b5c9d7f19433c7cf396 /src/lib/libssl/pqueue.h | |
parent | 7c930e6398438c779870392401030d84b985b97f (diff) | |
download | openbsd-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.h | 4 |
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 | |||
67 | typedef struct _pqueue *pqueue; | 63 | typedef struct _pqueue *pqueue; |
68 | 64 | ||
69 | typedef struct _pitem { | 65 | typedef struct _pitem { |