summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorMark Spencer <markster@digium.com>2005-03-04 06:47:24 +0000
committerMark Spencer <markster@digium.com>2005-03-04 06:47:24 +0000
commit18d9b26cf9c2eb5b6d52e840b38abfeb16d681de (patch)
treed4f64d65fd10bb76d2839b641fa20091909210c5 /res
parentfba0b595ab087cddcc11d950e88da7446f8ff6c2 (diff)
Rework channel structure to eliminate "pvt" portion of channel (bug #3573)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5137 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'res')
-rwxr-xr-xres/res_features.c1
-rwxr-xr-xres/res_musiconhold.c1
2 files changed, 0 insertions, 2 deletions
diff --git a/res/res_features.c b/res/res_features.c
index ddb02af25..dd22af0e1 100755
--- a/res/res_features.c
+++ b/res/res_features.c
@@ -21,7 +21,6 @@
#include <asterisk/translate.h>
#include <asterisk/app.h>
#include <asterisk/say.h>
-#include <asterisk/channel_pvt.h>
#include <asterisk/features.h>
#include <asterisk/musiconhold.h>
#include <asterisk/config.h>
diff --git a/res/res_musiconhold.c b/res/res_musiconhold.c
index 56fe3ca8a..f948e206f 100755
--- a/res/res_musiconhold.c
+++ b/res/res_musiconhold.c
@@ -21,7 +21,6 @@
#include <asterisk/module.h>
#include <asterisk/translate.h>
#include <asterisk/say.h>
-#include <asterisk/channel_pvt.h>
#include <asterisk/musiconhold.h>
#include <asterisk/config.h>
#include <asterisk/utils.h>