From 0f9bd85aa42c06b55d7a4e1693981233d95c62ff Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Sat, 1 Jun 2013 20:34:48 +0100 Subject: [PATCH 1/1] 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. --- key-flags.c | 2 +- key-pack.c | 1 - key-pass.c | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) 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" -- 2.11.0