Remove call to obsolete library unistd.h

This commit is contained in:
Yannick Verschueren 2004-04-19 13:07:00 +00:00
parent 4bbd79b370
commit ae6227a9cf
3 changed files with 0 additions and 3 deletions

View File

@ -30,7 +30,6 @@
#include <stdio.h>
#include <stdlib.h>
#include <math.h>
#include <unistd.h>
#include <string.h>
/* -->> -->> -->> -->>

View File

@ -32,7 +32,6 @@
#include <string.h>
#include <setjmp.h>
#include <math.h>
#include <unistd.h>
#include "j2k.h"
#include "cio.h"

View File

@ -30,7 +30,6 @@
#include <string.h>
#include <setjmp.h>
#include <math.h>
#include <unistd.h>
#include "j2k.h"
#include "cio.h"