No need anymore to include each image header to use the ImageFactory

This commit is contained in:
Luis Díaz Más 2019-03-03 17:36:15 +01:00
parent 5a9799ffb2
commit fd92ed0a31

View File

@ -1,23 +1,5 @@
#include <image.hpp> // Unit under test
/// \todo we should not need to include all these headers to be able to use the Factory
#include <jpgimage.hpp>
#include <bmpimage.hpp>
#include <cr2image.hpp>
#include <crwimage.hpp>
#include <gifimage.hpp>
#include <jp2image.hpp>
#include <mrwimage.hpp>
#include <orfimage.hpp>
#include <pgfimage.hpp>
#include <pngimage.hpp>
#include <psdimage.hpp>
#include <rafimage.hpp>
#include <rw2image.hpp>
#include <tgaimage.hpp>
#include <tiffimage.hpp>
#include <webpimage.hpp>
#include <error.hpp> // Need to include this header for the Exiv2::Error exception
#include <gtest/gtest.h>