]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
apr_config.h is a private include file, and shouldn't be used by any
authorRyan Bloom <rbb@apache.org>
Fri, 14 Apr 2000 20:54:25 +0000 (20:54 +0000)
committerRyan Bloom <rbb@apache.org>
Fri, 14 Apr 2000 20:54:25 +0000 (20:54 +0000)
C files outside of APR.  ap_signal has been moved to apr.h, so this
include is no longer needed.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84967 13f79535-47bb-0310-9956-ffa450edef68

server/mpm/prefork/prefork.c

index 23509ff38cdf963a18338fb76a7ba493b0c67301..3c68849ccaed199a644ed8ddf0258401336d724c 100644 (file)
@@ -89,7 +89,6 @@
 
 #include "ap_config.h"
 #include "apr_portable.h"
-#include "apr_config.h"                /* XXX: for ap_signal?? */
 #include "httpd.h"
 #include "mpm_default.h"
 #include "mpm_status.h"