included ngx_config.h & ngx_core.h to every file

This commit is contained in:
Roman Arutyunyan
2013-06-11 21:00:39 +04:00
parent 021db6cfd9
commit f94fcee9fb
34 changed files with 65 additions and 6 deletions

View File

@ -6,7 +6,6 @@
#include <ngx_config.h>
#include <ngx_core.h>
#include "ngx_rtmp.h"
#include "ngx_rtmp_cmd_module.h"
#include "ngx_rtmp_netcall_module.h"
#include "ngx_rtmp_record_module.h"