forked from Mirrors/freeswitch
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" {
|
||||
#endif
|
||||
|
||||
#ifndef WIN32
|
||||
#include <config.h>
|
||||
#endif
|
||||
|
||||
#include <switch_platform.h>
|
||||
|
||||
#include <apr.h>
|
||||
#include <apr_network_io.h>
|
||||
#include <apr_errno.h>
|
||||
@ -59,7 +65,6 @@ extern "C" {
|
||||
#include <assert.h>
|
||||
#include <sqlite3.h>
|
||||
|
||||
#include <switch_platform.h>
|
||||
#include <switch_apr.h>
|
||||
#include <switch_sqlite.h>
|
||||
#include <switch_types.h>
|
||||
@ -76,11 +81,6 @@ extern "C" {
|
||||
#include <switch_buffer.h>
|
||||
#include <switch_event.h>
|
||||
|
||||
#ifndef WIN32
|
||||
#include <config.h>
|
||||
#endif
|
||||
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user