diff 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
line wrap: on
line diff
--- a/libaf/af_format.c	Tue Mar 20 09:46:26 2007 +0000
+++ b/libaf/af_format.c	Tue Mar 20 09:53:31 2007 +0000
@@ -9,7 +9,6 @@
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
-#include <unistd.h>
 #include <inttypes.h>
 #include <limits.h>