diff options
author | Justus Winter <[email protected]> | 2016-03-01 13:51:35 +0000 |
---|---|---|
committer | Justus Winter <[email protected]> | 2016-03-01 14:08:42 +0000 |
commit | 3a1d142f9b71721a631cf2037665e9def60aa384 (patch) | |
tree | 9b6d5295917f3da7f647e5c7cbf9af51d3493666 /tools/gpgtar.c | |
parent | gpg: Prettify a 2 octet hex output. (diff) | |
download | gnupg-3a1d142f9b71721a631cf2037665e9def60aa384.tar.gz gnupg-3a1d142f9b71721a631cf2037665e9def60aa384.zip |
tools: Drop superfluous include.
* tools/gpgtar.c: Do not include unused 'npth.h'.
Signed-off-by: Justus Winter <[email protected]>
Diffstat (limited to 'tools/gpgtar.c')
-rw-r--r-- | tools/gpgtar.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/gpgtar.c b/tools/gpgtar.c index 46d06bd48..416f51446 100644 --- a/tools/gpgtar.c +++ b/tools/gpgtar.c @@ -29,7 +29,6 @@ #include <config.h> #include <ctype.h> #include <errno.h> -#include <npth.h> #include <stdio.h> #include <stdlib.h> #include <string.h> |