diff options
author | Ian Holsman <ianh@apache.org> | 2001-12-26 23:00:01 +0100 |
---|---|---|
committer | Ian Holsman <ianh@apache.org> | 2001-12-26 23:00:01 +0100 |
commit | 16ffdd12cb0099f86b12735807cc1549bc2f1413 (patch) | |
tree | 6a9cc9d5eb664f718d61540a566639f3fe4f9cf2 /server/gen_test_char.c | |
parent | use a new APR function to perform socket address comparison so (diff) | |
download | apache2-16ffdd12cb0099f86b12735807cc1549bc2f1413.tar.xz apache2-16ffdd12cb0099f86b12735807cc1549bc2f1413.zip |
remove unneeded include
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92612 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r-- | server/gen_test_char.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/server/gen_test_char.c b/server/gen_test_char.c index 5bc1f97f01..0536e09397 100644 --- a/server/gen_test_char.c +++ b/server/gen_test_char.c @@ -64,7 +64,6 @@ #endif /* we need some of the portability definitions... for strchr */ -#include "ap_config.h" #include "httpd.h" /* A bunch of functions in util.c scan strings looking for certain characters. |