diff src/http/ngx_http.h @ 2589:859f6675a553

use complex value in error_page
author Igor Sysoev <igor@sysoev.ru>
date Sun, 22 Mar 2009 09:40:04 +0000
parents c7bdd722532f
children 3a8a53c0c42f
line wrap: on
line diff
--- a/src/http/ngx_http.h	Sun Mar 22 09:39:19 2009 +0000
+++ b/src/http/ngx_http.h	Sun Mar 22 09:40:04 2009 +0000
@@ -35,8 +35,8 @@
 #include <ngx_http_upstream_round_robin.h>
 #include <ngx_http_config.h>
 #include <ngx_http_busy_lock.h>
+#include <ngx_http_script.h>
 #include <ngx_http_core_module.h>
-#include <ngx_http_script.h>
 
 #if (NGX_HTTP_SSI)
 #include <ngx_http_ssi_filter_module.h>