1
0
mirror of git://git.gnupg.org/gnupg.git synced 2024-06-13 00:09:51 +02:00

Remove unused utmp.h.

This commit is contained in:
Werner Koch 2010-01-10 14:06:49 +00:00
parent 6afcf53c65
commit 6db8452ab5
2 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2010-01-10 Werner Koch <wk@g10code.com>
* symcryptrun.c (utmp.h): Remove header; it is not used.
2009-12-18 Werner Koch <wk@g10code.com>
* applygnupgdefaults (errorfile): Use mktemp. Fixes bug#1146.

View File

@ -74,7 +74,6 @@
#ifdef HAVE_PTY_H
#include <pty.h>
#endif
#include <utmp.h>
#include <ctype.h>
#ifdef HAVE_LOCALE_H
#include <locale.h>