Skip to content
  • Pino Toscano's avatar
    pngwriter: move #include <png.h> into .cc file · e306bad3
    Pino Toscano authored
    Move all the private data (including the libpng types) to a private class.
    
    This requires HtmlOutputDev.cc to include <png.h> on its own (which is correct, since it uses the libpng API directly).
    e306bad3