summaryrefslogtreecommitdiff
path: root/rpmio
diff options
context:
space:
mode:
authorRalf Corsépius <corsepiu@fedoraproject.org>2007-09-04 14:30:01 +0200
committerRalf Corsépius <corsepiu@fedoraproject.org>2007-09-04 14:30:01 +0200
commita079d14651bfb4e3adbe73f641af94c612cb6e18 (patch)
treee448f82f49e1bcec1aafddebc21a7c3716c1cc3b /rpmio
parent05f96178f1d824db383495c8a334440a2322919f (diff)
downloadrpm-a079d14651bfb4e3adbe73f641af94c612cb6e18.tar.gz
rpm-a079d14651bfb4e3adbe73f641af94c612cb6e18.tar.bz2
rpm-a079d14651bfb4e3adbe73f641af94c612cb6e18.zip
#include <popt.h> instead of "popt.h".
Diffstat (limited to 'rpmio')
-rw-r--r--rpmio/tax.c2
-rw-r--r--rpmio/tinv.c2
-rw-r--r--rpmio/tring.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/rpmio/tax.c b/rpmio/tax.c
index 2337a4f95..ee2679b32 100644
--- a/rpmio/tax.c
+++ b/rpmio/tax.c
@@ -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"
diff --git a/rpmio/tinv.c b/rpmio/tinv.c
index e4f18ce46..c5af5047b 100644
--- a/rpmio/tinv.c
+++ b/rpmio/tinv.c
@@ -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;
diff --git a/rpmio/tring.c b/rpmio/tring.c
index 0ee7666fc..45b1f1c83 100644
--- a/rpmio/tring.c
+++ b/rpmio/tring.c
@@ -1,6 +1,6 @@
#include "system.h"
#include "rpmio_internal.h"
-#include "popt.h"
+#include <popt.h>
#include "debug.h"
static int printing = 1;