From: Corey Farrell Date: Thu, 14 Jul 2016 08:25:43 +0000 (-0400) Subject: features.c: Remove unneeded adsi.h include. X-Git-Tag: 13.11.0-rc1~24 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=76d4983c1572b3d796b2076f4a49087f004a816c;p=thirdparty%2Fasterisk.git 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 --- diff --git a/main/features.c b/main/features.c index 00010514c5..43ec5e1c60 100644 --- a/main/features.c +++ b/main/features.c @@ -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"