From: Mark Wooding Date: Sat, 1 Jun 2013 19:34:48 +0000 (+0100) Subject: key-flags.c, key-pack.c, key-pass.c: Don't use the `key.h' machinery. X-Git-Url: https://git.distorted.org.uk/u/mdw/catacomb/commitdiff_plain/0f9bd85aa42c06b55d7a4e1693981233d95c62ff key-flags.c, key-pack.c, key-pass.c: Don't use the `key.h' machinery. These are logically part of the `key-data.h' layer, and don't need anything beyond that, so remove the header-file inclusion. --- diff --git a/key-flags.c b/key-flags.c index bf5b70f..a547898 100644 --- a/key-flags.c +++ b/key-flags.c @@ -35,7 +35,7 @@ #include #include -#include "key.h" +#include "key-data.h" /*----- Data structures ---------------------------------------------------*/ diff --git a/key-pack.c b/key-pack.c index 8b25dac..7f79800 100644 --- a/key-pack.c +++ b/key-pack.c @@ -31,7 +31,6 @@ #include -#include "key.h" #include "key-data.h" /*----- Generic packing and unpacking -------------------------------------*/ diff --git a/key-pass.c b/key-pass.c index ab8e003..f303245 100644 --- a/key-pass.c +++ b/key-pass.c @@ -31,7 +31,7 @@ #include -#include "key.h" +#include "key-data.h" #include "paranoia.h" #include "passphrase.h" #include "rand.h"