[asterisk-commits] features.c: Remove unneeded adsi.h include. (asterisk[13])

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Fri Jul 15 05:50:01 CDT 2016


Anonymous Coward #1000019 has submitted this change and it was merged.

Change subject: features.c: Remove unneeded adsi.h include.
......................................................................


features.c: Remove unneeded adsi.h include.

adsi.h is no longer used by features.c since parking was moved to a
module.

Change-Id: I2248b8a455225a17cb6ddaafd6c20c511a1eaf59
---
M main/features.c
1 file changed, 0 insertions(+), 1 deletion(-)

Approvals:
  Anonymous Coward #1000019: Verified
  Joshua Colp: Looks good to me, approved



diff --git a/main/features.c b/main/features.c
index 0001051..43ec5e1 100644
--- a/main/features.c
+++ b/main/features.c
@@ -64,7 +64,6 @@
 #include "asterisk/cli.h"
 #include "asterisk/manager.h"
 #include "asterisk/utils.h"
-#include "asterisk/adsi.h"
 #include "asterisk/devicestate.h"
 #include "asterisk/audiohook.h"
 #include "asterisk/global_datastores.h"

-- 
To view, visit https://gerrit.asterisk.org/3211
To unsubscribe, visit https://gerrit.asterisk.org/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I2248b8a455225a17cb6ddaafd6c20c511a1eaf59
Gerrit-PatchSet: 1
Gerrit-Project: asterisk
Gerrit-Branch: 13
Gerrit-Owner: Corey Farrell <git at cfware.com>
Gerrit-Reviewer: Anonymous Coward #1000019
Gerrit-Reviewer: Joshua Colp <jcolp at digium.com>



More information about the asterisk-commits mailing list