From: William A. Rowe Jr Date: Fri, 6 Jun 2008 22:32:32 +0000 (+0000) Subject: No. You cannot rely on mod_foo.h magic from the X-Git-Tag: 2.3.0~534 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=626c03ae239409dcf8f9a95444299da0bd832ac7;p=thirdparty%2Fapache%2Fhttpd.git No. You cannot rely on mod_foo.h magic from the various subdirectories if you will consume it in the core (server/*.c). server/request.c needs mod_request (similar to mod_core.h) so this never belonged in the subdir. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@664167 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/filters/mod_request.h b/include/mod_request.h similarity index 100% rename from modules/filters/mod_request.h rename to include/mod_request.h