]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
features.c: Remove unneeded adsi.h include. 11/3211/1
authorCorey Farrell <git@cfware.com>
Thu, 14 Jul 2016 08:25:43 +0000 (04:25 -0400)
committerCorey Farrell <git@cfware.com>
Fri, 15 Jul 2016 02:22:55 +0000 (22:22 -0400)
adsi.h is no longer used by features.c since parking was moved to a
module.

Change-Id: I2248b8a455225a17cb6ddaafd6c20c511a1eaf59

main/features.c

index 00010514c53e00bb227afcd74e541fb31598c0c5..43ec5e1c60d269905487a7fccde10ede9748a619 100644 (file)
@@ -64,7 +64,6 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
 #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"