Skip to content

Commit db3c169

Browse files
hummeltechǝɹʇʇɐʃǝ◖ xıʃǝɟ
authored andcommitted
Adjusted header include enclosures to indicate system headers are expected.
1 parent 91a08f5 commit db3c169

1 file changed

Lines changed: 23 additions & 23 deletions

File tree

src/mod_tile.c

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -15,32 +15,32 @@
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

4545
module AP_MODULE_DECLARE_DATA tile_module;
4646

0 commit comments

Comments
 (0)