From: Sascha Schumann Date: Mon, 12 Jun 2000 17:41:14 +0000 (+0000) Subject: Including apr_file_io.h is not necessary. X-Git-Tag: APACHE_2_0_ALPHA_5~353 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2cf4563fcc47e6d9790db924552bde37131a7a3a;p=apache Including apr_file_io.h is not necessary. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85543 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/server/mpm/mpmt_pthread/mpmt_pthread.c b/server/mpm/mpmt_pthread/mpmt_pthread.c index d4b0a64d28..3c896ff355 100644 --- a/server/mpm/mpmt_pthread/mpmt_pthread.c +++ b/server/mpm/mpmt_pthread/mpmt_pthread.c @@ -60,7 +60,6 @@ #include "apr_portable.h" #include "apr_thread_proc.h" -#include "apr_file_io.h" #include "ap_config.h" #include "httpd.h" #include "http_main.h"