]> granicus.if.org Git - openjpeg/commitdiff
Remove call to obsolete library unistd.h
authorYannick Verschueren <unknown@unknown>
Mon, 19 Apr 2004 13:07:00 +0000 (13:07 +0000)
committerYannick Verschueren <unknown@unknown>
Mon, 19 Apr 2004 13:07:00 +0000 (13:07 +0000)
codec/convert.c
indexer_JPIP/index_create.c
indexer_JPIP/jpip.c

index 4697ed818889acd925e256e124731e361b8e6491..1784fbe8ccfc70b5bb26c1911088ecc5a56b972d 100644 (file)
@@ -30,7 +30,6 @@
 #include <stdio.h>
 #include <stdlib.h>
 #include <math.h>
-#include <unistd.h>
 #include <string.h>
 
 /* -->> -->> -->> -->>
index 2b6ae5ca7c8e9455ee338b52b54bd4378390cba2..2d8304daaf65a5cdcc0e4b67e69412a8d87d797e 100644 (file)
@@ -32,7 +32,6 @@
 #include <string.h>
 #include <setjmp.h>
 #include <math.h>
-#include <unistd.h>
 
 #include "j2k.h"
 #include "cio.h"
index 1e43a876a700cf2b822d5ccb801b4b4491d6f175..a86fbca3aee99017958371e4dcab51ec39de770a 100644 (file)
@@ -30,7 +30,6 @@
 #include <string.h>
 #include <setjmp.h>
 #include <math.h>
-#include <unistd.h>
 
 #include "j2k.h"
 #include "cio.h"