mirror of
https://github.com/aljazceru/lightning.git
synced 2026-02-18 20:44:27 +01:00
cleanup: remove unneeded includes in header files.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
@@ -1,8 +1,6 @@
|
||||
#ifndef LIGHTNING_CONNECTD_HANDSHAKE_H
|
||||
#define LIGHTNING_CONNECTD_HANDSHAKE_H
|
||||
#include "config.h"
|
||||
#include <ccan/tal/tal.h>
|
||||
#include <ccan/typesafe_cb/typesafe_cb.h>
|
||||
|
||||
struct crypto_state;
|
||||
struct io_conn;
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
#ifndef LIGHTNING_CONNECTD_NETADDRESS_H
|
||||
#define LIGHTNING_CONNECTD_NETADDRESS_H
|
||||
#include "config.h"
|
||||
#include <ccan/short_types/short_types.h>
|
||||
#include <common/wireaddr.h>
|
||||
|
||||
/* Address is a wildcard: try to guess what it looks like to outside world */
|
||||
|
||||
Reference in New Issue
Block a user