From 086630d121155236a61bc568de2329fb6fd7a77a Mon Sep 17 00:00:00 2001 From: Luigi Rizzo Date: Mon, 19 Nov 2007 21:04:04 +0000 Subject: [PATCH] remove unnecessary headers git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@89431 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- funcs/func_sysinfo.c | 7 ------- 1 file changed, 7 deletions(-) diff --git a/funcs/func_sysinfo.c b/funcs/func_sysinfo.c index a9760fc512..d656b0cdfb 100644 --- a/funcs/func_sysinfo.c +++ b/funcs/func_sysinfo.c @@ -29,19 +29,12 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision: 87233 $") -#include -#include -#include -#include #if defined(HAVE_SYSINFO) #include #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)