diff options
author | rbb <rbb@13f79535-47bb-0310-9956-ffa450edef68> | 2000-11-09 07:12:39 +0000 |
---|---|---|
committer | rbb <rbb@13f79535-47bb-0310-9956-ffa450edef68> | 2000-11-09 07:12:39 +0000 |
commit | 122e37e4ea24cea9cd65f9ffaffaa1c9c213a62f (patch) | |
tree | d42639d31f7e8c34f757cc73b5798808cd478ded /tables | |
parent | dce647010087126efbfadf17a3d1b04799011d95 (diff) | |
download | libapr-122e37e4ea24cea9cd65f9ffaffaa1c9c213a62f.tar.gz |
unix/misc.h isn't actually used, so it shouldn't be included anymore.
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@60663 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'tables')
-rw-r--r-- | tables/apr_tables.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tables/apr_tables.c b/tables/apr_tables.c index d9613d4fc..7e91e952d 100644 --- a/tables/apr_tables.c +++ b/tables/apr_tables.c @@ -66,7 +66,6 @@ #include "apr_tables.h" #include "apr_strings.h" #include "apr_lib.h" -#include "unix/misc.h" #ifdef HAVE_STDLIB_H #include <stdlib.h> #endif |