Просмотр исходного кода

libdpkg: Do not include unneeded <dpkg/dpkg-db.h>

Guillem Jover лет назад: 16
Родитель
Сommit
185613856e
2 измененных файлов с 0 добавлено и 2 удалено
  1. 0 1
      lib/dpkg/ehandle.c
  2. 0 1
      lib/dpkg/mlib.c

+ 0 - 1
lib/dpkg/ehandle.c

@@ -32,7 +32,6 @@
 #include <dpkg/macros.h>
 #include <dpkg/i18n.h>
 #include <dpkg/dpkg.h>
-#include <dpkg/dpkg-db.h>
 
 static const char *errmsg; /* points to errmsgbuf or malloc'd */
 static char errmsgbuf[4096];

+ 0 - 1
lib/dpkg/mlib.c

@@ -33,7 +33,6 @@
 
 #include <dpkg/i18n.h>
 #include <dpkg/dpkg.h>
-#include <dpkg/dpkg-db.h>
 
 void *m_malloc(size_t amount) {
 #ifdef MDEBUG