mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-03-03 18:57:06 +01:00
wire: Fix include order in wire_io.h
Signed-off-by: Christian Decker <decker.christian@gmail.com>
This commit is contained in:
parent
29b83aed2a
commit
f35e29607d
1 changed files with 1 additions and 1 deletions
|
@ -1,8 +1,8 @@
|
||||||
#ifndef LIGHTNING_WIRE_WIRE_IO_H
|
#ifndef LIGHTNING_WIRE_WIRE_IO_H
|
||||||
#define LIGHTNING_WIRE_WIRE_IO_H
|
#define LIGHTNING_WIRE_WIRE_IO_H
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
#include <ccan/io/io.h>
|
|
||||||
#include <ccan/endian/endian.h>
|
#include <ccan/endian/endian.h>
|
||||||
|
#include <ccan/io/io.h>
|
||||||
#include <ccan/short_types/short_types.h>
|
#include <ccan/short_types/short_types.h>
|
||||||
|
|
||||||
/* We don't allow > 64M msgs: enough for 483 64k failure msgs. */
|
/* We don't allow > 64M msgs: enough for 483 64k failure msgs. */
|
||||||
|
|
Loading…
Add table
Reference in a new issue