/* Plug-in include declaractions. */ #if defined(HasDPS) #include #include #endif #if defined(HasJBIG) #include "jbig.h" #endif #if defined(HasJPEG) #if !defined(HasPNG) #include #endif #include "jpeglib.h" #include "jerror.h" #endif #if defined(HasMPEG) #undef BitmapPad #include "mpeg.h" #endif #if defined(HasPNG) #include "png.h" #endif #if defined(HasTIFF) #include "tiffio.h" #endif