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

guillem pushed a commit to branch main
in repository dpkg.

View the commit online:
https://git.dpkg.org/cgit/dpkg/dpkg.git/commit/?id=b996c9f310344eb3ff92b7e94c2629b83212cb42

commit b996c9f310344eb3ff92b7e94c2629b83212cb42
Author: Guillem Jover <guil...@debian.org>
AuthorDate: Sun Feb 14 23:47:33 2021 +0100

    Remove <ar.h> inclusions
    
    We do not depend on the system <ar.h> headers anymore.
    
    Changelog: internal
---
 dpkg-deb/extract.c | 1 -
 dpkg-split/info.c  | 1 -
 lib/dpkg/ar.h      | 1 -
 3 files changed, 3 deletions(-)

diff --git a/dpkg-deb/extract.c b/dpkg-deb/extract.c
index d0f6cb6c4..e2a38fa5e 100644
--- a/dpkg-deb/extract.c
+++ b/dpkg-deb/extract.c
@@ -32,7 +32,6 @@
 #include <dirent.h>
 #include <fcntl.h>
 #include <unistd.h>
-#include <ar.h>
 #include <stdbool.h>
 #include <stdint.h>
 #include <stdlib.h>
diff --git a/dpkg-split/info.c b/dpkg-split/info.c
index 1833e8a71..73fbd69d4 100644
--- a/dpkg-split/info.c
+++ b/dpkg-split/info.c
@@ -28,7 +28,6 @@
 #include <limits.h>
 #include <string.h>
 #include <unistd.h>
-#include <ar.h>
 #include <inttypes.h>
 #include <stdint.h>
 #include <stdlib.h>
diff --git a/lib/dpkg/ar.h b/lib/dpkg/ar.h
index 680c13d2e..8a7aff977 100644
--- a/lib/dpkg/ar.h
+++ b/lib/dpkg/ar.h
@@ -25,7 +25,6 @@
 
 #include <stdbool.h>
 #include <stdint.h>
-#include <ar.h>
 
 #include <dpkg/macros.h>
 

-- 
Dpkg.Org's dpkg

Reply via email to