diff options
author | Daniel Stenberg <daniel@haxx.se> | 2002-05-06 07:19:09 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2002-05-06 07:19:09 +0000 |
commit | e630d64027829465a079e22465a8be74edd07e99 (patch) | |
tree | c07b456f0509280ed5f85e7d9e33ee693b63d76e /firmware/id3.c | |
parent | 62204377e87bcf83bab42b85c3cbbda9d0cb3441 (diff) |
no more unistd.h
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@462 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/id3.c')
-rw-r--r-- | firmware/id3.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/firmware/id3.c b/firmware/id3.c index 6e3c76b707..6cf94105ca 100644 --- a/firmware/id3.c +++ b/firmware/id3.c @@ -24,7 +24,6 @@ #include <stdio.h> #include <stdlib.h> -#include <unistd.h> #include <string.h> #include <errno.h> #include <fcntl.h> |