[asterisk-commits] mnicholson: branch group/res_fax r238132 - /team/group/res_fax/res/

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Wed Jan 6 12:24:25 CST 2010


Author: mnicholson
Date: Wed Jan  6 12:24:22 2010
New Revision: 238132

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=238132
Log:
Stripped out unneeded includes

Modified:
    team/group/res_fax/res/res_fax_spandsp.c

Modified: team/group/res_fax/res/res_fax_spandsp.c
URL: http://svnview.digium.com/svn/asterisk/team/group/res_fax/res/res_fax_spandsp.c?view=diff&rev=238132&r1=238131&r2=238132
==============================================================================
--- team/group/res_fax/res/res_fax_spandsp.c (original)
+++ team/group/res_fax/res/res_fax_spandsp.c Wed Jan  6 12:24:22 2010
@@ -36,18 +36,11 @@
 #include <spandsp.h>
 #include <spandsp/version.h>
 
-#include "asterisk/io.h"
-#include "asterisk/file.h"
 #include "asterisk/logger.h"
 #include "asterisk/module.h"
-#include "asterisk/app.h"
-#include "asterisk/lock.h"
-#include "asterisk/options.h"
 #include "asterisk/strings.h"
 #include "asterisk/cli.h"
 #include "asterisk/utils.h"
-#include "asterisk/config.h"
-#include "asterisk/channel.h"
 #include "asterisk/res_fax.h"
 
 #define SPANDSP_FAX_SAMPLES 160




More information about the asterisk-commits mailing list