Include local headers.

This commit is contained in:
Дмитрий Левин 2006-05-15 02:57:16 +04:00
parent 8787ee5d55
commit df61ee0b9e
12 changed files with 17 additions and 17 deletions

View File

@ -6,7 +6,7 @@
* This is the *only* module users of librpmbuild should need to include.
*/
#include <rpmcli.h>
#include "rpmcli.h"
/* and it shouldn't need these :-( */
#include "stringbuf.h"

View File

@ -14,8 +14,8 @@
#include <sys/types.h>
#include <rpmio_internal.h>
#include <rpmlib.h>
#include "rpmio_internal.h"
#include "rpmlib.h"
/** \ingroup payload
* @note CPIO_CHECK_ERRNO bit is set only if errno is valid.

View File

@ -6,7 +6,7 @@
* Structures used for dependency checking.
*/
#include <header.h>
#include "header.h"
typedef /*@abstract@*/ struct transactionElement_s * transactionElement;
typedef /*@abstract@*/ struct tsortInfo_s * tsortInfo;

View File

@ -78,7 +78,7 @@
/* RPM - Copyright (C) 1995-2001 Red Hat Software */
#include <stdio.h>
#include <rpmio.h>
#include "rpmio.h"
#ifdef __cplusplus
extern "C" {
@ -713,7 +713,7 @@ void * headerFreeData( /*@only@*/ /*@null@*/ const void * data, rpmTagType type)
}
#if !defined(__HEADER_PROTOTYPES__)
#include <hdrinline.h>
#include "hdrinline.h"
#endif
#ifdef __cplusplus

View File

@ -5,7 +5,7 @@
* \file lib/header_internal.h
*/
#include <header.h>
#include "header.h"
#if !defined(__LCLINT__)
#include <netinet/in.h>

View File

@ -6,7 +6,7 @@
* Routines to read and write an rpm lead structure for a a package.
*/
#include <rpmlib.h>
#include "rpmlib.h"
#ifdef __cplusplus
extern "C" {

View File

@ -6,7 +6,7 @@
* Generate and verify signatures.
*/
#include <header.h>
#include "header.h"
/** \ingroup signature
* Signature types stored in rpm lead.

View File

@ -33,7 +33,7 @@ typedef int int32_t;
#include "rpmmacro.h"
#include "rpmurl.h" /* XXX urlPath proto */
#include <rpmdb.h>
#include "rpmdb.h"
#include "debug.h"

View File

@ -18,7 +18,7 @@
#include <header_internal.h>
/* We get parseEVR() from there used in parsing the >-test in conditionals: */
#include <rpmlib.h>
#include "rpmlib.h"
#include "debug.h"

View File

@ -18,8 +18,8 @@
#endif /* HAVE_GELF_H */
#include "rpmio_internal.h"
#include <rpmlib.h>
#include <rpmmacro.h>
#include "rpmlib.h"
#include "rpmmacro.h"
#include "misc.h"
#include "debug.h"

View File

@ -6,7 +6,7 @@
* Access RPM indices using Berkeley DB interface(s).
*/
#include <rpmlib.h>
#include "rpmlib.h"
/**
*/

View File

@ -6,9 +6,9 @@
*/
#include <rpmio.h>
#include <rpmurl.h>
#include <rpmpgp.h>
#include "rpmio.h"
#include "rpmurl.h"
#include "rpmpgp.h"
/** \ingroup rpmio
*/