key-flags.c, key-pack.c, key-pass.c: Don't use the `key.h' machinery.
authorMark Wooding <mdw@distorted.org.uk>
Sat, 1 Jun 2013 19:34:48 +0000 (20:34 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Sat, 1 Jun 2013 19:36:35 +0000 (20:36 +0100)
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
key-pack.c
key-pass.c

index bf5b70f..a547898 100644 (file)
@@ -35,7 +35,7 @@
 #include <mLib/bits.h>
 #include <mLib/dstr.h>
 
-#include "key.h"
+#include "key-data.h"
 
 /*----- Data structures ---------------------------------------------------*/
 
index 8b25dac..7f79800 100644 (file)
@@ -31,7 +31,6 @@
 
 #include <mLib/dstr.h>
 
-#include "key.h"
 #include "key-data.h"
 
 /*----- Generic packing and unpacking -------------------------------------*/
index ab8e003..f303245 100644 (file)
@@ -31,7 +31,7 @@
 
 #include <mLib/dstr.h>
 
-#include "key.h"
+#include "key-data.h"
 #include "paranoia.h"
 #include "passphrase.h"
 #include "rand.h"