mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-15 08:29:45 +00:00
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
This commit is contained in:
parent
43b6962933
commit
73ff3c89a6
@ -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
|
|||||||
#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 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#include <switch.h>
|
#include <switch.h>
|
||||||
|
#include <switch_version.h>
|
||||||
|
|
||||||
static int RUNNING = 0;
|
static int RUNNING = 0;
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user