diff options
author | NIIBE Yutaka <gniibe@fsij.org> | 2019-07-23 05:04:21 +0200 |
---|---|---|
committer | NIIBE Yutaka <gniibe@fsij.org> | 2019-07-23 05:04:21 +0200 |
commit | 7bfbb9fa7e7693cd7f19a8d130aa0a9a82825d5d (patch) | |
tree | ce5bc4f29a2278f3e3897499dc447c34562adfe6 /g10/keyserver.c | |
parent | scd: Error code map fix for older Yubikey. (diff) | |
download | gnupg2-7bfbb9fa7e7693cd7f19a8d130aa0a9a82825d5d.tar.xz gnupg2-7bfbb9fa7e7693cd7f19a8d130aa0a9a82825d5d.zip |
gpg: A little clean up.
* g10/keyserver.c: Don't include exec.h.
* g10/photoid.c (image_type_to_string): It's constant.
* g10/photoid.h (image_type_to_string): Likewise.
Signed-off-by: NIIBE Yutaka <gniibe@fsij.org>
Diffstat (limited to 'g10/keyserver.c')
-rw-r--r-- | g10/keyserver.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/g10/keyserver.c b/g10/keyserver.c index b07afb128..8655919a0 100644 --- a/g10/keyserver.c +++ b/g10/keyserver.c @@ -31,7 +31,6 @@ #include "filter.h" #include "keydb.h" #include "../common/status.h" -#include "exec.h" #include "main.h" #include "../common/i18n.h" #include "../common/ttyio.h" |