Removed dependency on tiffiop.h

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6426 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Guillermo Rodriguez Garcia 2000-03-03 20:53:27 +00:00
parent 3072610753
commit 77a36397c0

View File

@ -31,7 +31,6 @@ extern "C"
{
#include "tiff.h"
#include "tiffio.h"
#include "tiffiop.h"
}
#include "wx/filefn.h"
#include "wx/wfstream.h"
@ -113,9 +112,6 @@ TIFFwxOpen(wxInputStream &stream, const char* name, const char* mode)
_tiffSeekProc, _tiffCloseProc, _tiffSizeProc,
_tiffMapProc, _tiffUnmapProc);
if (tif)
tif->tif_fd = (int) &stream;
return tif;
}