comparison src/core/ngx_conf_file.h @ 5222:23a186e8ca45

Style: remove unnecessary references to HTTP from non-HTTP modules. No functional changes. Signed-off-by: Piotr Sikora <piotr@cloudflare.com>
author Piotr Sikora <piotr@cloudflare.com>
date Tue, 21 May 2013 18:43:43 -0700
parents a0599b56e748
children 7094bd12c1ff
comparison
equal deleted inserted replaced
5221:8f74cf107137 5222:23a186e8ca45
3 * Copyright (C) Igor Sysoev 3 * Copyright (C) Igor Sysoev
4 * Copyright (C) Nginx, Inc. 4 * Copyright (C) Nginx, Inc.
5 */ 5 */
6 6
7 7
8 #ifndef _NGX_HTTP_CONF_FILE_H_INCLUDED_ 8 #ifndef _NGX_CONF_FILE_H_INCLUDED_
9 #define _NGX_HTTP_CONF_FILE_H_INCLUDED_ 9 #define _NGX_CONF_FILE_H_INCLUDED_
10 10
11 11
12 #include <ngx_config.h> 12 #include <ngx_config.h>
13 #include <ngx_core.h> 13 #include <ngx_core.h>
14 14
335 335
336 extern ngx_uint_t ngx_max_module; 336 extern ngx_uint_t ngx_max_module;
337 extern ngx_module_t *ngx_modules[]; 337 extern ngx_module_t *ngx_modules[];
338 338
339 339
340 #endif /* _NGX_HTTP_CONF_FILE_H_INCLUDED_ */ 340 #endif /* _NGX_CONF_FILE_H_INCLUDED_ */