mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-16 16:58:35 +00:00
tweak include order
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@238 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
975a087ac4
commit
cb53fc6ef5
@ -35,6 +35,12 @@
|
|||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifndef WIN32
|
||||||
|
#include <config.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#include <switch_platform.h>
|
||||||
|
|
||||||
#include <apr.h>
|
#include <apr.h>
|
||||||
#include <apr_network_io.h>
|
#include <apr_network_io.h>
|
||||||
#include <apr_errno.h>
|
#include <apr_errno.h>
|
||||||
@ -59,7 +65,6 @@ extern "C" {
|
|||||||
#include <assert.h>
|
#include <assert.h>
|
||||||
#include <sqlite3.h>
|
#include <sqlite3.h>
|
||||||
|
|
||||||
#include <switch_platform.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>
|
||||||
@ -76,11 +81,6 @@ extern "C" {
|
|||||||
#include <switch_buffer.h>
|
#include <switch_buffer.h>
|
||||||
#include <switch_event.h>
|
#include <switch_event.h>
|
||||||
|
|
||||||
#ifndef WIN32
|
|
||||||
#include <config.h>
|
|
||||||
#endif
|
|
||||||
|
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user