Skip to content

Commit

Permalink
broker: drop unnecessary #include directive
Browse files Browse the repository at this point in the history
Problem: broker overlay includes ccan/ptrint.h but doesn't use it.

Drop #include directive.
  • Loading branch information
garlick committed Aug 3, 2023
1 parent 3eca15c commit ea0c1c8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/broker/overlay.c
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
#include "src/common/libutil/monotime.h"
#include "src/common/libutil/errprintf.h"
#include "src/common/librouter/rpc_track.h"
#include "src/common/libccan/ccan/ptrint/ptrint.h"
#include "ccan/array_size/array_size.h"

#include "overlay.h"
Expand Down

0 comments on commit ea0c1c8

Please sign in to comment.