File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1515 * along with this program; If not, see http://www.gnu.org/licenses/.
1616 */
1717
18- #include " apr.h"
19- #include " apr_strings.h"
20- #include " apr_thread_proc.h" /* for RLIMIT stuff */
21- #include " apr_optional.h"
22- #include " apr_buckets.h"
23- #include " apr_lib.h"
24- #include " apr_poll.h"
18+ #include < apr.h>
19+ #include < apr_strings.h>
20+ #include < apr_thread_proc.h> /* for RLIMIT stuff */
21+ #include < apr_optional.h>
22+ #include < apr_buckets.h>
23+ #include < apr_lib.h>
24+ #include < apr_poll.h>
2525
2626#define APR_WANT_STRFUNC
2727#define APR_WANT_MEMFUNC
28- #include " apr_want.h"
29-
30- #include " util_filter.h"
31- #include " ap_config.h"
32- #include " httpd.h"
33- #include " http_config.h"
34- #include " http_request.h"
35- #include " http_core.h"
36- #include " http_protocol.h"
37- #include " http_main.h"
38- #include " http_log.h"
39- #include " util_script.h"
40- #include " ap_mpm.h"
41- #include " mod_core.h"
42- #include " mod_cgi.h"
43- #include " util_md5.h"
28+ #include < apr_want.h>
29+
30+ #include < util_filter.h>
31+ #include < ap_config.h>
32+ #include < httpd.h>
33+ #include < http_config.h>
34+ #include < http_request.h>
35+ #include < http_core.h>
36+ #include < http_protocol.h>
37+ #include < http_main.h>
38+ #include < http_log.h>
39+ #include < util_script.h>
40+ #include < ap_mpm.h>
41+ #include < mod_core.h>
42+ #include < mod_cgi.h>
43+ #include < util_md5.h>
4444
4545module AP_MODULE_DECLARE_DATA tile_module ;
4646
You can’t perform that action at this time.
0 commit comments