summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/Makefile.am2
-rw-r--r--lib/header_internal.c12
-rw-r--r--po/POTFILES.in1
3 files changed, 1 insertions, 14 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am
index 9668e1dd9..61f45c5a9 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -20,7 +20,7 @@ usrlibdir = $(libdir)
usrlib_LTLIBRARIES = librpm.la
librpm_la_SOURCES = \
backend/dbconfig.c backend/db3.c \
- headerutil.c header.c headerfmt.c header_internal.c header_internal.h \
+ headerutil.c header.c headerfmt.c header_internal.h \
poptDB.c rpmhash.c rpmhash.h rpmdb.c rpmdb_internal.h \
fprint.c fprint.h tagname.c rpmtd.c \
cpio.c cpio.h depends.c order.c formats.c tagexts.c fs.c fsm.c fsm.h \
diff --git a/lib/header_internal.c b/lib/header_internal.c
deleted file mode 100644
index d3537f9fc..000000000
--- a/lib/header_internal.c
+++ /dev/null
@@ -1,12 +0,0 @@
-/** \ingroup header
- * \file lib/header_internal.c
- */
-
-#include "system.h"
-
-#include <rpm/rpmtypes.h>
-#include "lib/header_internal.h"
-
-#include "debug.h"
-
-
diff --git a/po/POTFILES.in b/po/POTFILES.in
index 97bea623b..d74609108 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -59,7 +59,6 @@ lib/verify.c
lib/fprint.c
lib/header.c
lib/headerfmt.c
-lib/header_internal.c
lib/merge.c
lib/poptDB.c
lib/rpmdb.c