media: move picture function from dive.c to picture.c

Currently, move only those functions that do not access dive
structures.

Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
This commit is contained in:
Berthold Stoeger 2020-04-10 09:42:14 +02:00 committed by Dirk Hohndel
parent 34657f62ae
commit 3f3869ff65
19 changed files with 58 additions and 29 deletions

View file

@ -22,6 +22,7 @@
#include "device.h"
#include "membuffer.h"
#include "git-access.h"
#include "picture.h"
#include "qthelper.h"
#include "tag.h"