diff options
author | Ralf Corsépius <corsepiu@fedoraproject.org> | 2007-09-04 14:30:01 +0200 |
---|---|---|
committer | Ralf Corsépius <corsepiu@fedoraproject.org> | 2007-09-04 14:30:01 +0200 |
commit | a079d14651bfb4e3adbe73f641af94c612cb6e18 (patch) | |
tree | e448f82f49e1bcec1aafddebc21a7c3716c1cc3b /rpmio | |
parent | 05f96178f1d824db383495c8a334440a2322919f (diff) | |
download | rpm-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.c | 2 | ||||
-rw-r--r-- | rpmio/tinv.c | 2 | ||||
-rw-r--r-- | rpmio/tring.c | 2 |
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; |