Commit d2ebdab1 authored by Ryan Bloom's avatar Ryan Bloom
Browse files

apr_config.h is a private include file, and shouldn't be used by any

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
parent bc14843a
Loading
Loading
Loading
Loading
+0 −1
Changes for server/mpm/prefork/prefork.c: 0 added lines, 1 removed line.
Original line number Diff line number Diff line
@@ -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"