mirror of
https://github.com/aljazceru/lightning.git
synced 2026-01-04 06:44:24 +01:00
irc: fix check-source.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
10
irc.h
10
irc.h
@@ -1,17 +1,17 @@
|
||||
#ifndef LIGHTNING_IRC_H
|
||||
#define LIGHTNING_IRC_H
|
||||
|
||||
#include <stdio.h>
|
||||
#include <sys/socket.h>
|
||||
#include <netdb.h>
|
||||
#include "config.h"
|
||||
#include "daemon/lightningd.h"
|
||||
#include <ccan/io/io.h>
|
||||
#include <ccan/short_types/short_types.h>
|
||||
#include <ccan/str/str.h>
|
||||
#include <ccan/tal/str/str.h>
|
||||
#include <ccan/time/time.h>
|
||||
#include <ccan/timer/timer.h>
|
||||
|
||||
#include "daemon/lightningd.h"
|
||||
#include <netdb.h>
|
||||
#include <stdio.h>
|
||||
#include <sys/socket.h>
|
||||
|
||||
struct irccommand {
|
||||
struct list_node list;
|
||||
|
||||
Reference in New Issue
Block a user