whitespace cleanup, don't include unnecessary header

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@7016 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Kevin P. Fleming
2005-11-08 03:19:05 +00:00
parent 52f25ae960
commit 8f7c94ab0f

View File

@@ -23,15 +23,12 @@
#ifndef _ASTERISK_MONITOR_H
#define _ASTERISK_MONITOR_H
#include <stdio.h>
#include "asterisk/channel.h"
struct ast_channel;
/*! Responsible for channel monitoring data */
struct ast_channel_monitor
{
struct ast_channel_monitor {
struct ast_filestream *read_stream;
struct ast_filestream *write_stream;
char read_filename[FILENAME_MAX];