#include <popt.h> instead of "popt.h".

This commit is contained in:
Ralf Corsépius 2007-09-04 14:30:01 +02:00
parent 05f96178f1
commit a079d14651
4 changed files with 4 additions and 4 deletions

View File

@ -12,7 +12,7 @@
#include "rpmmessages.h"
#include "rpmerr.h"
#include "header.h"
#include "popt.h"
#include <popt.h>
/**
* Package read return codes.

View File

@ -3,7 +3,7 @@
#include <beecrypt/base64.h>
#include <beecrypt/mpbarrett.h>
#include <beecrypt/mp.h>
#include "popt.h"
#include <popt.h>
#include "debug.h"

View File

@ -1,7 +1,7 @@
#include "system.h"
#include <beecrypt/mpbarrett.h>
#include <beecrypt/mp.h>
#include "popt.h"
#include <popt.h>
#include "debug.h"
static int _debug = 0;

View File

@ -1,6 +1,6 @@
#include "system.h"
#include "rpmio_internal.h"
#include "popt.h"
#include <popt.h>
#include "debug.h"
static int printing = 1;