summaryrefslogtreecommitdiff
path: root/tables
diff options
context:
space:
mode:
authorrbb <rbb@13f79535-47bb-0310-9956-ffa450edef68>2000-11-09 07:12:39 +0000
committerrbb <rbb@13f79535-47bb-0310-9956-ffa450edef68>2000-11-09 07:12:39 +0000
commit122e37e4ea24cea9cd65f9ffaffaa1c9c213a62f (patch)
treed42639d31f7e8c34f757cc73b5798808cd478ded /tables
parentdce647010087126efbfadf17a3d1b04799011d95 (diff)
downloadlibapr-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.c1
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