Fix order of includes

This commit is contained in:
Corné Plooy
2018-03-05 12:51:25 +01:00
committed by Christian Decker
parent c3a46de129
commit b2ce619bcd

View File

@@ -1,10 +1,10 @@
#include "opt_time.h" #include "opt_time.h"
#include <assert.h>
#include <ccan/str/str.h> #include <ccan/str/str.h>
#include <ccan/tal/str/str.h> #include <ccan/tal/str/str.h>
#include <errno.h> #include <errno.h>
#include <inttypes.h> #include <inttypes.h>
#include <stdio.h> #include <stdio.h>
#include <assert.h>
static bool match(const char *str, const char *abbrev, const char *full) static bool match(const char *str, const char *abbrev, const char *full)
{ {