提交 73ff3c89 authored 作者: Michael Jerris's avatar Michael Jerris

move switch_version.h to be a private header.

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@1463 d0543943-73ff-0310-b7d9-9358b9ac24b2
上级 43b69629
...@@ -54,7 +54,6 @@ BEGIN_EXTERN_C ...@@ -54,7 +54,6 @@ BEGIN_EXTERN_C
#include <assert.h> #include <assert.h>
#include <setjmp.h> #include <setjmp.h>
#include <switch_version.h>
#include <switch_apr.h> #include <switch_apr.h>
#include <switch_sqlite.h> #include <switch_sqlite.h>
#include <switch_types.h> #include <switch_types.h>
...@@ -73,7 +72,6 @@ BEGIN_EXTERN_C ...@@ -73,7 +72,6 @@ BEGIN_EXTERN_C
#include <switch_ivr.h> #include <switch_ivr.h>
#include <switch_rtp.h> #include <switch_rtp.h>
#include <switch_stun.h> #include <switch_stun.h>
#include <switch_stun.h>
#include <switch_log.h> #include <switch_log.h>
#include <switch_xml.h> #include <switch_xml.h>
......
...@@ -31,6 +31,7 @@ ...@@ -31,6 +31,7 @@
*/ */
#include <switch.h> #include <switch.h>
#include <switch_version.h>
static int RUNNING = 0; static int RUNNING = 0;
......
...@@ -31,6 +31,7 @@ ...@@ -31,6 +31,7 @@
*/ */
#include <switch.h> #include <switch.h>
#include <switch_console.h> #include <switch_console.h>
#include <switch_version.h>
#define CMD_BUFLEN 1024 * 1000 #define CMD_BUFLEN 1024 * 1000
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论