diff --git a/lib/rpmlib.h b/lib/rpmlib.h index ea8794494..e01c29277 100644 --- a/lib/rpmlib.h +++ b/lib/rpmlib.h @@ -12,7 +12,7 @@ #include "rpmmessages.h" #include "rpmerr.h" #include "header.h" -#include "popt.h" +#include /** * Package read return codes. 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 #include #include -#include "popt.h" +#include #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 #include -#include "popt.h" +#include #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 #include "debug.h" static int printing = 1;