Browse Source

Remove duplicate includes

ppa-0.6.1
practicalswift 7 years ago
committed by Christian Decker
parent
commit
84dd65485c
  1. 2
      lightningd/options.c
  2. 1
      lightningd/test/run-commit_tx.c

2
lightningd/options.c

@ -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>

1
lightningd/test/run-commit_tx.c

@ -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 */

Loading…
Cancel
Save