Skip to content

Commit

Permalink
Moved exiv2 header from GeoImageDock.h to .cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
Krakonos committed Jul 15, 2022
1 parent decb352 commit ba8b73e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions src/Docks/GeoImageDock.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
#include "LayerWidget.h"
#include "PropertiesDock.h"
#include "Global.h"
#include <exiv2/exiv2.hpp>

#ifdef USE_ZBAR
#include <zbar.h>
Expand Down
1 change: 0 additions & 1 deletion src/Docks/GeoImageDock.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
#include <QDockWidget>
#include <QMouseEvent>
#include <QShortcut>
#include <exiv2/exiv2.hpp>
#include <QDrag>

class ImageView;
Expand Down

0 comments on commit ba8b73e

Please sign in to comment.