mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-01-06 05:49:30 +01:00
8 lines
200 B
C
8 lines
200 B
C
|
#ifndef LIGHTNING_LIGHTNINGD_PLUGIN_CONTROL_H
|
||
|
#define LIGHTNING_LIGHTNINGD_PLUGIN_CONTROL_H
|
||
|
#include "config.h"
|
||
|
#include <lightningd/lightningd.h>
|
||
|
|
||
|
|
||
|
#endif /* LIGHTNING_LIGHTNINGD_PLUGIN_CONTROL_H */
|