Remove ancient autohelp-handling related leftovers

This commit is contained in:
Panu Matilainen 2010-08-23 13:08:23 +03:00
parent 3171179ea3
commit 1d7f4dd6ed
2 changed files with 0 additions and 4 deletions

View File

@ -1,8 +1,6 @@
#include "system.h"
const char *__progname;
#define _AUTOHELP
#include <errno.h>
#include <libgen.h>
#include <ctype.h>

View File

@ -1,8 +1,6 @@
#include "system.h"
const char *__progname;
#define _AUTOHELP
#include <rpm/rpmcli.h>
#include <rpm/rpmlib.h> /* RPMSIGTAG, rpmReadPackageFile .. */
#include <rpm/rpmbuild.h>