mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-24 01:24:26 +01:00
cleanup: remove unneeded includes in header files.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
@@ -1,10 +1,8 @@
|
||||
#ifndef LIGHTNING_COMMON_WIRE_ERROR_H
|
||||
#define LIGHTNING_COMMON_WIRE_ERROR_H
|
||||
#include "config.h"
|
||||
#include <ccan/compiler/compiler.h>
|
||||
#include <ccan/short_types/short_types.h>
|
||||
#include <ccan/tal/tal.h>
|
||||
#include <stdarg.h>
|
||||
|
||||
struct channel_id;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user