| Index: host/include/host_common.h
 | 
| diff --git a/host/include/host_common.h b/host/include/host_common.h
 | 
| index ad71ab521bf7c5b60745832235b74ace81f2c2d8..056fbc4214d220a81eefa52df6f2d2e4ade19cc3 100644
 | 
| --- a/host/include/host_common.h
 | 
| +++ b/host/include/host_common.h
 | 
| @@ -12,20 +12,13 @@
 | 
|  
 | 
|  #include "cryptolib.h"
 | 
|  #include "host_key.h"
 | 
| +#include "host_keyblock.h"
 | 
|  #include "host_misc.h"
 | 
|  #include "host_signature.h"
 | 
|  #include "utility.h"
 | 
|  #include "vboot_struct.h"
 | 
|  
 | 
|  
 | 
| -/* Create a key block header containing [data_key] and [flags], signed
 | 
| - * by [signing_key].  Caller owns the returned pointer, and must free
 | 
| - * it with Free(). */
 | 
| -VbKeyBlockHeader* CreateKeyBlock(const VbPublicKey* data_key,
 | 
| -                                 const VbPrivateKey* signing_key,
 | 
| -                                 uint64_t flags);
 | 
| -
 | 
| -
 | 
|  /* Creates a firmware preamble, signed with [signing_key].
 | 
|   * Caller owns the returned pointer, and must free it with Free().
 | 
|   *
 | 
| 
 |