wire: Fix include order in wire_io.h

Signed-off-by: Christian Decker <decker.christian@gmail.com>
This commit is contained in:
Christian Decker 2017-09-29 12:22:51 +02:00
parent 29b83aed2a
commit f35e29607d

View file

@ -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. */