From 8b53160ed515e090eaaa4bbc13752c024791a704 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, 14 May 2021 18:05:47 +0200 Subject: [PATCH] Update bmffimage.hpp include order and path (#1648) 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) (cherry picked from commit bc37a6ccb4e8f9955c1b6219561025850b9b10c3) --- 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 b4bb507b4f..92937b58b7 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"