mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-05 20:20:07 +00:00
Change system header includes to be like how it is done in other files
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@121401 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -23,16 +23,18 @@
|
||||
*/
|
||||
|
||||
#include "asterisk.h"
|
||||
|
||||
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
|
||||
|
||||
#include <signal.h>
|
||||
#include <sys/time.h>
|
||||
|
||||
#include "asterisk/_private.h"
|
||||
#include "asterisk/module.h"
|
||||
#include "asterisk/time.h"
|
||||
#include "asterisk/astobj2.h"
|
||||
#include "asterisk/cli.h"
|
||||
#include "asterisk/taskprocessor.h"
|
||||
#include "signal.h"
|
||||
#include "sys/time.h"
|
||||
|
||||
|
||||
/*! \brief tps_task structure is queued to a taskprocessor
|
||||
|
Reference in New Issue
Block a user