removed call to dirent.h in jp3d

This commit is contained in:
Antonin Descampe 2010-11-11 11:37:45 +00:00
parent 3eab8f975e
commit 005b1b1a4b
2 changed files with 3 additions and 1 deletions

View File

@ -5,6 +5,9 @@ What's New for OpenJPEG
! : changed ! : changed
+ : added + : added
November 11, 2010
- [antonin] removed call to dirent.h in jp3d;
October 28, 2010 October 28, 2010
* [ben.boeckel] Set the soname and soversion on the jpwl library with CMake * [ben.boeckel] Set the soname and soversion on the jpwl library with CMake
+ [ben.boeckel] Install jpwl binaries with CMake + [ben.boeckel] Install jpwl binaries with CMake

View File

@ -54,7 +54,6 @@
========================================================== ==========================================================
*/ */
#include "dirent.h"
#include "jp3d_lib.h" #include "jp3d_lib.h"
#include "event.h" #include "event.h"
#include "cio.h" #include "cio.h"