summaryrefslogtreecommitdiff
path: root/src/unpack.c
diff options
context:
space:
mode:
authorGuillem Jover <guillem@debian.org>2018-04-05 04:58:20 +0200
committerGuillem Jover <guillem@debian.org>2018-05-04 04:13:19 +0200
commit542885e824d005bc9a8a92e341f71fb323437b90 (patch)
tree1e3c622e3f118614f3db66c1a2a220d21c539953 /src/unpack.c
parent0615492cb4c79d1f552e49f4a10dbfc959f03b9c (diff)
downloaddpkg-542885e824d005bc9a8a92e341f71fb323437b90.tar.gz
libdpkg: Move control database code into db-ctrl modules
This continues the work to generalize and make these interfaces available to other users beside dpkg itself.
Diffstat (limited to 'src/unpack.c')
-rw-r--r--src/unpack.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/unpack.c b/src/unpack.c
index f43c01e45..ae0e12132 100644
--- a/src/unpack.c
+++ b/src/unpack.c
@@ -51,11 +51,11 @@
#include <dpkg/dir.h>
#include <dpkg/tarfn.h>
#include <dpkg/options.h>
+#include <dpkg/db-ctrl.h>
#include <dpkg/triglib.h>
#include "filesdb.h"
#include "file-match.h"
-#include "infodb.h"
#include "main.h"
#include "archives.h"