xmlspec-20020827.diff
CVS patchset: 5679 CVS date: 2002/08/27 13:52:23
This commit is contained in:
parent
8df2a575d6
commit
ab5c7289be
|
@ -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"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#ifndef _XML_TO_RPM_H_
|
||||
#define _XML_TO_RPM_H_
|
||||
|
||||
#include "rpmspec.h"
|
||||
#include "rpmbuild.h"
|
||||
|
||||
#include "xmlstruct.h"
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue