diff options
author | Ralf Corsépius <corsepiu@fedoraproject.org> | 2007-10-16 12:26:42 +0200 |
---|---|---|
committer | Ralf Corsépius <corsepiu@fedoraproject.org> | 2007-10-16 12:26:42 +0200 |
commit | d1e24fa5867df035020eba8ce4ab59014b98a11a (patch) | |
tree | de36bf7a49aa39c831df627c8efa88c1c71c3987 /rpmdb | |
parent | 6f0dabbcdda98b95a30cc7073d2446b99ebd5840 (diff) | |
download | rpm-d1e24fa5867df035020eba8ce4ab59014b98a11a.tar.gz rpm-d1e24fa5867df035020eba8ce4ab59014b98a11a.tar.bz2 rpm-d1e24fa5867df035020eba8ce4ab59014b98a11a.zip |
Don't include stdio.h.
Diffstat (limited to 'rpmdb')
-rw-r--r-- | rpmdb/header.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/rpmdb/header.h b/rpmdb/header.h index b161405cd..ad44494bc 100644 --- a/rpmdb/header.h +++ b/rpmdb/header.h @@ -79,7 +79,6 @@ /* RPM - Copyright (C) 1995-2001 Red Hat Software */ -#include <stdio.h> #include "rpmio.h" #ifdef __cplusplus |