mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
Merge source cleanups (bug #1911)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3311 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -25,9 +25,28 @@
|
||||
*
|
||||
* Version Info: $Id$
|
||||
*/
|
||||
#include <asterisk/logger.h>
|
||||
#include "ast_h323.h"
|
||||
#include <arpa/inet.h>
|
||||
|
||||
#include <list>
|
||||
#include <string>
|
||||
#include <algorithm>
|
||||
|
||||
#include <ptlib.h>
|
||||
#include <h323.h>
|
||||
#include <h323pdu.h>
|
||||
#include <mediafmt.h>
|
||||
#include <lid.h>
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
#include <asterisk/logger.h>
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
#include "chan_h323.h"
|
||||
#include "ast_h323.h"
|
||||
|
||||
/* PWlib Required Components */
|
||||
#define MAJOR_VERSION 1
|
||||
|
Reference in New Issue
Block a user