From bc37a6ccb4e8f9955c1b6219561025850b9b10c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Milo=C5=A1=20Komar=C4=8Devi=C4=87?= <4973094+kmilos@users.noreply.github.com> Date: Fri, 23 Apr 2021 09:59:52 +0200 Subject: [PATCH] Update bmffimage.hpp include order and path No need to treat it differently since https://github.com/Exiv2/exiv2/commit/206a2c495c2e30ef760e0f6e83d05bf3c452810f (could even back-port to 0.27 if there is RC3 coming) --- include/exiv2/exiv2.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/exiv2/exiv2.hpp b/include/exiv2/exiv2.hpp index 0e53235c..796e22cf 100644 --- a/include/exiv2/exiv2.hpp +++ b/include/exiv2/exiv2.hpp @@ -25,6 +25,7 @@ #include "exiv2/config.h" #include "exiv2/datasets.hpp" #include "exiv2/basicio.hpp" +#include "exiv2/bmffimage.hpp" #include "exiv2/bmpimage.hpp" #include "exiv2/convert.hpp" #include "exiv2/cr2image.hpp" @@ -45,7 +46,6 @@ #include "exiv2/mrwimage.hpp" #include "exiv2/orfimage.hpp" #include "exiv2/pgfimage.hpp" -#include "bmffimage.hpp" #ifdef EXV_HAVE_LIBZ #include "exiv2/pngimage.hpp"