summaryrefslogtreecommitdiff
path: root/include/apr_time.h
diff options
context:
space:
mode:
authorGreg Stein <gstein@apache.org>2000-11-26 03:00:05 +0000
committerGreg Stein <gstein@apache.org>2000-11-26 03:00:05 +0000
commit214ff663afb3f298ddb95226e4f9e82be596f181 (patch)
tree26679a1833f707d8499bf974f752a71dd6e697ae /include/apr_time.h
parent2a6ce1c5afb0f14e7f2b8dae7ef1439dea71a0e8 (diff)
downloadapr-214ff663afb3f298ddb95226e4f9e82be596f181.tar.gz
Make the APR headers sane.
*) Reduce the dependencies between APR headers. This assists APR clients who generate dependencies, and (used to) pick up "all" of the APR headers. Basically, this was trimming back the headers to just what was needed. Some unneeded system headers were removed, too. The most common headers to put back in were: apr.h, apr_pools.h, and apr_errno.h. *) move apr_pool_t declaration and a few pool functions from apr_general.h to apr_pools.h. *) move kill_conditions and process_chain from apr_pools.h to apr_thread_proc.h. *) move apr_note_subprocess() from apr_general.h to apr_thread_proc.h *) add stdio.h to apr_pools.c (compensate for removal from apr_general.h) *) add apr_lib.h to apr_strnatcmp.c (compensate for apr_strings.h no longer including apr_lib.h) git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@60796 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include/apr_time.h')
-rw-r--r--include/apr_time.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/apr_time.h b/include/apr_time.h
index 540c12c40..d0aff4d6e 100644
--- a/include/apr_time.h
+++ b/include/apr_time.h
@@ -55,7 +55,8 @@
#ifndef APR_TIME_H
#define APR_TIME_H
-#include "apr_general.h"
+#include "apr.h"
+#include "apr_pools.h"
#include "apr_errno.h"
#ifdef __cplusplus