summaryrefslogtreecommitdiffhomepage
path: root/src/core
diff options
context:
space:
mode:
authorPiotr Sikora <piotr@cloudflare.com>2013-05-21 18:43:43 -0700
committerPiotr Sikora <piotr@cloudflare.com>2013-05-21 18:43:43 -0700
commitc3d20f52d083e976da179f183eb89e1f5974c331 (patch)
tree384196954a38404644b78065e83ba5cb41ae72d7 /src/core
parent4fd486e68ccc90f38c4bfc1ed9abef99565471cb (diff)
downloadnginx-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.h6
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_ */