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:
Michael Jerris 2006-05-15 15:00:10 +00:00
parent 43b6962933
commit 73ff3c89a6
3 changed files with 2 additions and 2 deletions

View File

@ -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>

View File

@ -31,6 +31,7 @@
*/
#include <switch.h>
#include <switch_version.h>
static int RUNNING = 0;

View File

@ -31,6 +31,7 @@
*/
#include <switch.h>
#include <switch_console.h>
#include <switch_version.h>
#define CMD_BUFLEN 1024 * 1000