comparison libaf/af_format_alaw.c @ 22748:904e3f3f8bee

Remove unnecessary unistd.h include.
author diego
date Tue, 20 Mar 2007 09:53:31 +0000
parents 14090f7300a8
children 85f669a84e7a
comparison
equal deleted inserted replaced
22747:65c3b647408c 22748:904e3f3f8bee
12 */ 12 */
13 13
14 #ifndef __af_format_alaw_c 14 #ifndef __af_format_alaw_c
15 #define __af_format_alaw_c 15 #define __af_format_alaw_c
16 16
17 #include <unistd.h>
18 #include <inttypes.h> 17 #include <inttypes.h>
19 18
20 #include "af.h" 19 #include "af.h"
21 20
22 // Conversion tables (the function are below) 21 // Conversion tables (the function are below)