The following commit has been merged in the master branch:
commit fa406fa856d9ec898d171e51a6e6c5e5c9677d00
Author: Guillem Jover <guil...@debian.org>
Date:   Fri Apr 29 09:31:39 2011 +0200

    dpkg: Move <dpkg/tarfn.h> inclusion from cleanup.c to archives.h
    
    The former is not using any declarations from tarfn.h, but the latter
    is.

diff --git a/src/archives.h b/src/archives.h
index 803aadd..eb0e468 100644
--- a/src/archives.h
+++ b/src/archives.h
@@ -23,6 +23,8 @@
 
 #include <stdbool.h>
 
+#include <dpkg/tarfn.h>
+
 struct tarcontext {
   int backendpipe;
   struct pkginfo *pkg;
diff --git a/src/cleanup.c b/src/cleanup.c
index 1adb551..91ffb2c 100644
--- a/src/cleanup.c
+++ b/src/cleanup.c
@@ -37,7 +37,6 @@
 #include <dpkg/i18n.h>
 #include <dpkg/dpkg.h>
 #include <dpkg/dpkg-db.h>
-#include <dpkg/tarfn.h>
 #include <dpkg/myopt.h>
 
 #include "filesdb.h"

-- 
dpkg's main repository


-- 
To UNSUBSCRIBE, email to debian-dpkg-cvs-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to