mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-19 07:04:22 +01:00
libplugin: add required import
libplugin seems to need the time include, so move it up from pay.
This commit is contained in:
committed by
Rusty Russell
parent
5c70890efa
commit
f784863603
@@ -3,6 +3,7 @@
|
|||||||
#define LIGHTNING_PLUGINS_LIBPLUGIN_H
|
#define LIGHTNING_PLUGINS_LIBPLUGIN_H
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
|
|
||||||
|
#include <ccan/time/time.h>
|
||||||
#include <common/json.h>
|
#include <common/json.h>
|
||||||
#include <common/json_command.h>
|
#include <common/json_command.h>
|
||||||
#include <common/json_helpers.h>
|
#include <common/json_helpers.h>
|
||||||
|
|||||||
@@ -3,7 +3,6 @@
|
|||||||
#include <ccan/intmap/intmap.h>
|
#include <ccan/intmap/intmap.h>
|
||||||
#include <ccan/json_out/json_out.h>
|
#include <ccan/json_out/json_out.h>
|
||||||
#include <ccan/tal/str/str.h>
|
#include <ccan/tal/str/str.h>
|
||||||
#include <ccan/time/time.h>
|
|
||||||
#include <common/amount.h>
|
#include <common/amount.h>
|
||||||
#include <common/bolt11.h>
|
#include <common/bolt11.h>
|
||||||
#include <common/pseudorand.h>
|
#include <common/pseudorand.h>
|
||||||
|
|||||||
Reference in New Issue
Block a user