comparison src/core/ngx_core.h @ 1646:9638a809d3cd

ngx_queue.h
author Igor Sysoev <igor@sysoev.ru>
date Fri, 23 Nov 2007 16:32:50 +0000
parents f2feed5bffe1
children d640570c342a
comparison
equal deleted inserted replaced
1645:31622d9f2c0d 1646:9638a809d3cd
48 #include <ngx_parse.h> 48 #include <ngx_parse.h>
49 #include <ngx_log.h> 49 #include <ngx_log.h>
50 #include <ngx_alloc.h> 50 #include <ngx_alloc.h>
51 #include <ngx_palloc.h> 51 #include <ngx_palloc.h>
52 #include <ngx_buf.h> 52 #include <ngx_buf.h>
53 #include <ngx_queue.h>
53 #include <ngx_array.h> 54 #include <ngx_array.h>
54 #include <ngx_list.h> 55 #include <ngx_list.h>
55 #include <ngx_hash.h> 56 #include <ngx_hash.h>
56 #include <ngx_file.h> 57 #include <ngx_file.h>
57 #include <ngx_files.h> 58 #include <ngx_files.h>