dect
/
asterisk
Archived
13
0
Fork 0

remove unnecessary headers

git-svn-id: http://svn.digium.com/svn/asterisk/trunk@89431 f38db490-d61c-443f-a65b-d21fe96a405b
This commit is contained in:
rizzo 2007-11-19 21:04:04 +00:00
parent 5e75696a42
commit 144827d5ec
1 changed files with 0 additions and 7 deletions

View File

@ -29,19 +29,12 @@
ASTERISK_FILE_VERSION(__FILE__, "$Revision: 87233 $")
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <sys/types.h>
#if defined(HAVE_SYSINFO)
#include <sys/sysinfo.h>
#endif
#include "asterisk/module.h"
#include "asterisk/channel.h"
#include "asterisk/pbx.h"
#include "asterisk/utils.h"
#include "asterisk/app.h"
static int sysinfo_helper(struct ast_channel *chan, const char *cmd, char *data,
char *buf, size_t len)