Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/rpm-software-management/createrepo_c.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Mlcoch <tmlcoch@redhat.com>2014-07-16 18:59:23 +0400
committerTomas Mlcoch <tmlcoch@redhat.com>2014-07-16 18:59:23 +0400
commit8b77978fbb4d93ea79b6623ac2046005903a5a8e (patch)
tree952feae6dd4558022f9321a0e123bf469db0e1f7
parent07fdb3579936e1881347ea5d4cf47f5789af4478 (diff)
parsehdr: Remove unused include
-rw-r--r--src/parsehdr.h1
-rw-r--r--src/parsepkg.c1
-rw-r--r--src/parsepkg.h1
3 files changed, 2 insertions, 1 deletions
diff --git a/src/parsehdr.h b/src/parsehdr.h
index 0fb1bd5..1f4e57d 100644
--- a/src/parsehdr.h
+++ b/src/parsehdr.h
@@ -27,7 +27,6 @@ extern "C" {
#include <rpm/rpmlib.h>
#include <glib.h>
#include "package.h"
-#include "xml_dump.h"
/** \defgroup parsehdr Header parser API.
* \addtogroup parsehdr
diff --git a/src/parsepkg.c b/src/parsepkg.c
index 38f8c09..c078ced 100644
--- a/src/parsepkg.c
+++ b/src/parsepkg.c
@@ -31,6 +31,7 @@
#include <rpm/rpmkeyring.h>
#include "error.h"
#include "parsehdr.h"
+#include "parsepkg.h"
#include "misc.h"
#include "checksum.h"
diff --git a/src/parsepkg.h b/src/parsepkg.h
index 6213698..e11dc9d 100644
--- a/src/parsepkg.h
+++ b/src/parsepkg.h
@@ -28,6 +28,7 @@ extern "C" {
#include "checksum.h"
#include "parsehdr.h"
#include "package.h"
+#include "xml_dump.h"
/** \defgroup parsepkg Package parser API.
* \addtogroup parsepkg