From: Antonin Descampe Date: Thu, 11 Nov 2010 11:37:45 +0000 (+0000) Subject: removed call to dirent.h in jp3d X-Git-Tag: version.1.4~31 X-Git-Url: https://git.carlh.net/gitweb/?a=commitdiff_plain;ds=sidebyside;h=005b1b1a4b97c18c64f81fecc482f05780d878d6;hp=3eab8f975e0ee4fbcfcf47c486d35217f65d50d1;p=openjpeg.git removed call to dirent.h in jp3d --- diff --git a/CHANGES b/CHANGES index 6a744a57..c3541d49 100644 --- a/CHANGES +++ b/CHANGES @@ -5,6 +5,9 @@ What's New for OpenJPEG ! : changed + : added +November 11, 2010 +- [antonin] removed call to dirent.h in jp3d; + October 28, 2010 * [ben.boeckel] Set the soname and soversion on the jpwl library with CMake + [ben.boeckel] Install jpwl binaries with CMake diff --git a/jp3d/libjp3dvm/opj_includes.h b/jp3d/libjp3dvm/opj_includes.h index 921633da..620dc1b9 100755 --- a/jp3d/libjp3dvm/opj_includes.h +++ b/jp3d/libjp3dvm/opj_includes.h @@ -54,7 +54,6 @@ ========================================================== */ -#include "dirent.h" #include "jp3d_lib.h" #include "event.h" #include "cio.h"