xmlspec-20020827.diff
authorjbj <devnull@localhost>
Tue, 27 Aug 2002 13:52:23 +0000 (13:52 +0000)
committerjbj <devnull@localhost>
Tue, 27 Aug 2002 13:52:23 +0000 (13:52 +0000)
CVS patchset: 5679
CVS date: 2002/08/27 13:52:23

xmlspec/xml2rpm.c
xmlspec/xml2rpm.h
xmlspec/xmlbuild.c
xmlspec/xmlmisc.c
xmlspec/xmlstruct.c

index b270c87..1a8490e 100644 (file)
@@ -2,12 +2,8 @@
 #include <stdlib.h>
 #include <string.h>
 
-#include "rpmio.h"
-#include "header.h"
 #include "stringbuf.h"
-#include "rpmspec.h"
 #include "rpmbuild.h"
-#include "header_internal.h"
 
 #include "xml2rpm.h"
 #include "xmlstruct.h"
index 335867c..31bb044 100644 (file)
@@ -1,7 +1,7 @@
 #ifndef _XML_TO_RPM_H_
 #define _XML_TO_RPM_H_
 
-#include "rpmspec.h"
+#include "rpmbuild.h"
 
 #include "xmlstruct.h"
 
index 2cdc556..b2456c6 100644 (file)
@@ -3,12 +3,8 @@
 #include <string.h>
 #include <strings.h>
 
-#include "rpmio.h"
-#include "header.h"
 #include "stringbuf.h"
-#include "rpmspec.h"
 #include "rpmbuild.h"
-#include "header_internal.h"
 
 #include "xml2rpm.h"
 #include "xmlbuild.h"
index 5b6adbe..82e1934 100644 (file)
@@ -2,12 +2,8 @@
 #include <stdlib.h>
 #include <string.h>
 
-#include "rpmio.h"
-#include "header.h"
 #include "stringbuf.h"
-#include "rpmspec.h"
 #include "rpmbuild.h"
-#include "header_internal.h"
 
 #include "xmlmisc.h"
 
index 4b2d9f6..154cacb 100644 (file)
@@ -3,11 +3,8 @@
 #include <string.h>
 #include <strings.h>
 
-#include "rpmio.h"
-#include "header.h"
 #include "stringbuf.h"
-#include "rpmspec.h"
-#include "header_internal.h"
+#include "rpmbuild.h"
 
 #include "xmlmisc.h"
 #include "xmlstruct.h"