This is an automated email from the git hooks/post-receive script.

guillem pushed a commit to branch master
in repository dpkg.

commit 2c765a394f539a6e0e9c60b78a07b9c215ef644a
Author: Guillem Jover <guil...@debian.org>
Date:   Fri Mar 23 05:34:06 2018 +0100

    src: Fix database modules to not depend unnecessarily on main.h
---
 src/divertdb.c | 2 +-
 src/statdb.c   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/divertdb.c b/src/divertdb.c
index a2e94f6..a056e82 100644
--- a/src/divertdb.c
+++ b/src/divertdb.c
@@ -36,9 +36,9 @@
 #include <dpkg/i18n.h>
 #include <dpkg/dpkg.h>
 #include <dpkg/dpkg-db.h>
+#include <dpkg/debug.h>
 
 #include "filesdb.h"
-#include "main.h"
 
 static struct diversion *diversions = NULL;
 static char *diversionsname;
diff --git a/src/statdb.c b/src/statdb.c
index 39d67e4..042f1bb 100644
--- a/src/statdb.c
+++ b/src/statdb.c
@@ -38,9 +38,9 @@
 #include <dpkg/dpkg.h>
 #include <dpkg/dpkg-db.h>
 #include <dpkg/fdio.h>
+#include <dpkg/debug.h>
 
 #include "filesdb.h"
-#include "main.h"
 
 static char *statoverridename;
 

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/dpkg/dpkg.git

Reply via email to