Browse Source

Fix order of includes

ppa-0.6.1
Corné Plooy 7 years ago
committed by Christian Decker
parent
commit
b2ce619bcd
  1. 2
      lightningd/opt_time.c

2
lightningd/opt_time.c

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

Loading…
Cancel
Save