Skip to content
Snippets Groups Projects
Commit 9c2aaeb7 authored by Luigi Rizzo's avatar Luigi Rizzo
Browse files

remove some unnecessary includes.

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@89430 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent 0aa40f13
Branches
Tags
No related merge requests found
......@@ -27,10 +27,8 @@
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
#include "asterisk/module.h"
#include "asterisk/channel.h"
#include "asterisk/pbx.h"
#include "asterisk/pbx.h" /* function register/unregister */
#include "asterisk/utils.h"
#include "asterisk/app.h"
static int base64_encode(struct ast_channel *chan, const char *cmd, char *data,
char *buf, size_t len)
......
......@@ -34,7 +34,6 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
#include "asterisk/channel.h"
#include "asterisk/pbx.h"
#include "asterisk/utils.h"
#include "asterisk/linkedlists.h"
#include "asterisk/audiohook.h"
struct volume_information {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment