mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-19 07:04:22 +01:00
wire: Fix include order in wire_io.h
Signed-off-by: Christian Decker <decker.christian@gmail.com>
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
#ifndef LIGHTNING_WIRE_WIRE_IO_H
|
||||
#define LIGHTNING_WIRE_WIRE_IO_H
|
||||
#include "config.h"
|
||||
#include <ccan/io/io.h>
|
||||
#include <ccan/endian/endian.h>
|
||||
#include <ccan/io/io.h>
|
||||
#include <ccan/short_types/short_types.h>
|
||||
|
||||
/* We don't allow > 64M msgs: enough for 483 64k failure msgs. */
|
||||
|
||||
Reference in New Issue
Block a user