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 <setjmp.h>
|
||||
#include <switch_version.h>
|
||||
#include <switch_apr.h>
|
||||
#include <switch_sqlite.h>
|
||||
#include <switch_types.h>
|
||||
|
@ -73,7 +72,6 @@ BEGIN_EXTERN_C
|
|||
#include <switch_ivr.h>
|
||||
#include <switch_rtp.h>
|
||||
#include <switch_stun.h>
|
||||
#include <switch_stun.h>
|
||||
#include <switch_log.h>
|
||||
#include <switch_xml.h>
|
||||
|
||||
|
|
|
@ -31,6 +31,7 @@
|
|||
*/
|
||||
|
||||
#include <switch.h>
|
||||
#include <switch_version.h>
|
||||
|
||||
static int RUNNING = 0;
|
||||
|
||||
|
|
|
@ -31,6 +31,7 @@
|
|||
*/
|
||||
#include <switch.h>
|
||||
#include <switch_console.h>
|
||||
#include <switch_version.h>
|
||||
#define CMD_BUFLEN 1024 * 1000
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue