diff options
| author | Piotr Sikora <piotr@cloudflare.com> | 2013-05-21 18:43:43 -0700 |
|---|---|---|
| committer | Piotr Sikora <piotr@cloudflare.com> | 2013-05-21 18:43:43 -0700 |
| commit | c3d20f52d083e976da179f183eb89e1f5974c331 (patch) | |
| tree | 384196954a38404644b78065e83ba5cb41ae72d7 /src/core | |
| parent | 4fd486e68ccc90f38c4bfc1ed9abef99565471cb (diff) | |
| download | nginx-c3d20f52d083e976da179f183eb89e1f5974c331.tar.gz nginx-c3d20f52d083e976da179f183eb89e1f5974c331.tar.bz2 | |
Style: remove unnecessary references to HTTP from non-HTTP modules.
No functional changes.
Signed-off-by: Piotr Sikora <piotr@cloudflare.com>
Diffstat (limited to 'src/core')
| -rw-r--r-- | src/core/ngx_conf_file.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/core/ngx_conf_file.h b/src/core/ngx_conf_file.h index 237e6ecea..d73a6c8bf 100644 --- a/src/core/ngx_conf_file.h +++ b/src/core/ngx_conf_file.h @@ -5,8 +5,8 @@ */ -#ifndef _NGX_HTTP_CONF_FILE_H_INCLUDED_ -#define _NGX_HTTP_CONF_FILE_H_INCLUDED_ +#ifndef _NGX_CONF_FILE_H_INCLUDED_ +#define _NGX_CONF_FILE_H_INCLUDED_ #include <ngx_config.h> @@ -337,4 +337,4 @@ extern ngx_uint_t ngx_max_module; extern ngx_module_t *ngx_modules[]; -#endif /* _NGX_HTTP_CONF_FILE_H_INCLUDED_ */ +#endif /* _NGX_CONF_FILE_H_INCLUDED_ */ |
