comparison libaf/af_format.c @ 22748:904e3f3f8bee

Remove unnecessary unistd.h include.
author diego
date Tue, 20 Mar 2007 09:53:31 +0000
parents fd6f824ef894
children a124f3abc1ec
comparison
equal deleted inserted replaced
22747:65c3b647408c 22748:904e3f3f8bee
7 #define _ISOC9X_SOURCE 7 #define _ISOC9X_SOURCE
8 8
9 #include <stdio.h> 9 #include <stdio.h>
10 #include <stdlib.h> 10 #include <stdlib.h>
11 #include <string.h> 11 #include <string.h>
12 #include <unistd.h>
13 #include <inttypes.h> 12 #include <inttypes.h>
14 #include <limits.h> 13 #include <limits.h>
15 14
16 // Integer to float conversion through lrintf() 15 // Integer to float conversion through lrintf()
17 #ifdef HAVE_LRINTF 16 #ifdef HAVE_LRINTF