Remove duplicate includes

This commit is contained in:
practicalswift 2017-12-28 14:36:36 +01:00 committed by Christian Decker
parent f9b8a007d5
commit 84dd65485c
2 changed files with 0 additions and 3 deletions

View file

@ -25,8 +25,6 @@
#include <string.h>
#include <sys/socket.h>
#include <sys/stat.h>
#include <sys/stat.h>
#include <sys/types.h>
#include <sys/types.h>
#include <unistd.h>
#include <wire/wire.h>

View file

@ -15,7 +15,6 @@ static bool print_superverbose;
#include <ccan/array_size/array_size.h>
#include <ccan/err/err.h>
#include <ccan/str/hex/hex.h>
#include <common/type_to_string.h>
/* Turn this on to brute-force fee values */
/*#define DEBUG */