Skip to content

Commit

Permalink
Update bmffimage.hpp include order and path (#1648)
Browse files Browse the repository at this point in the history
No need to treat it differently since 206a2c4

(could even back-port to 0.27 if there is RC3 coming)

(cherry picked from commit bc37a6c)
  • Loading branch information
kmilos committed May 14, 2021
1 parent 0f9eb74 commit 8b53160
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/exiv2/exiv2.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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"
Expand Down

0 comments on commit 8b53160

Please sign in to comment.