Use 'file' instead of '<file>' to work around include path issues.

This commit is contained in:
Ralf Corsépius 2007-10-08 07:38:19 +02:00
parent 5b654b0086
commit b97dbc7fd3
2 changed files with 5 additions and 5 deletions

View File

@ -5,10 +5,10 @@
* \file lib/rpmgi.h
*/
#include <rpmlib.h>
#include <rpmte.h>
#include <rpmts.h>
#include <argv.h>
#include "rpmlib.h"
#include "rpmte.h"
#include "rpmts.h"
#include "argv.h"
/**
*/

View File

@ -6,7 +6,7 @@
*
*/
#include <rpmsw.h>
#include "rpmsw.h"
/**
*/