提交 cb53fc6e authored 作者: Michael Jerris's avatar Michael Jerris

tweak include order

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@238 d0543943-73ff-0310-b7d9-9358b9ac24b2
上级 975a087a
......@@ -35,6 +35,12 @@
extern "C" {
#endif
#ifndef WIN32
#include <config.h>
#endif
#include <switch_platform.h>
#include <apr.h>
#include <apr_network_io.h>
#include <apr_errno.h>
......@@ -59,7 +65,6 @@ extern "C" {
#include <assert.h>
#include <sqlite3.h>
#include <switch_platform.h>
#include <switch_apr.h>
#include <switch_sqlite.h>
#include <switch_types.h>
......@@ -76,11 +81,6 @@ extern "C" {
#include <switch_buffer.h>
#include <switch_event.h>
#ifndef WIN32
#include <config.h>
#endif
#ifdef __cplusplus
}
#endif
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论