Skip to content

Commit f35e296

Browse files
committed
wire: Fix include order in wire_io.h
Signed-off-by: Christian Decker <[email protected]>
1 parent 29b83ae commit f35e296

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wire/wire_io.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#ifndef LIGHTNING_WIRE_WIRE_IO_H
22
#define LIGHTNING_WIRE_WIRE_IO_H
33
#include "config.h"
4-
#include <ccan/io/io.h>
54
#include <ccan/endian/endian.h>
5+
#include <ccan/io/io.h>
66
#include <ccan/short_types/short_types.h>
77

88
/* We don't allow > 64M msgs: enough for 483 64k failure msgs. */

0 commit comments

Comments
 (0)