Browse Source

cleanup: derive_basepoints is no longer needed in channel.c

ppa-0.6.1
Stephanie Stroka 6 years ago
committed by Rusty Russell
parent
commit
6091e5158b
  1. 1
      channeld/channel.c

1
channeld/channel.c

@ -26,7 +26,6 @@
#include <channeld/full_channel.h> #include <channeld/full_channel.h>
#include <channeld/gen_channel_wire.h> #include <channeld/gen_channel_wire.h>
#include <common/crypto_sync.h> #include <common/crypto_sync.h>
#include <common/derive_basepoints.h>
#include <common/dev_disconnect.h> #include <common/dev_disconnect.h>
#include <common/htlc_tx.h> #include <common/htlc_tx.h>
#include <common/key_derive.h> #include <common/key_derive.h>

Loading…
Cancel
Save