Moved exiv2 header from GeoImageDock.h to .cpp
authorLadislav Láska <krakonos@krakonos.org>
Wed, 13 Mar 2024 14:22:13 +0000 (15:22 +0100)
committerBas Couwenberg <sebastic@debian.org>
Wed, 13 Mar 2024 14:22:13 +0000 (15:22 +0100)
Origin: https://github.com/openstreetmap/merkaartor/commit/ba8b73e6b3372a21305640baca07a991f77db119
Forwarded: not-needed

Gbp-Pq: Name upstream_Moved-exiv2-header-from-GeoImageDock.h-to-.cpp.patch

src/Docks/GeoImageDock.cpp
src/Docks/GeoImageDock.h

index df83517adcfb25e23fc7deba501cf591b434ff76..97bdd4cad7f9c4db16c820f2804eeb6173590ae9 100644 (file)
@@ -6,6 +6,7 @@
 #include "LayerWidget.h"
 #include "PropertiesDock.h"
 #include "Global.h"
+#include <exiv2/exiv2.hpp>
 
 #ifdef USE_ZBAR
 #include <zbar.h>
index 2c5060c05d327a45da7e8233c8c4ee89434bd6f4..8461ba593468e6765e98a8130422392df3f7cf9c 100644 (file)
@@ -7,7 +7,6 @@
 #include <QDockWidget>
 #include <QMouseEvent>
 #include <QShortcut>
-#include <exiv2/exiv2.hpp>
 #include <QDrag>
 
 class ImageView;