Skip to content

Commit

Permalink
subr: tiny header tweak
Browse files Browse the repository at this point in the history
I hunted down inclusions of <libgen.h> that weren't needed. Most were in
code I was touching anyway, but this one was independent.

Signed-off-by: Nick Alcock <nick.alcock@oracle.com>
Reviewed-by: Kris Van Hees <kris.van.hees@oracle.com>
  • Loading branch information
Nick Alcock via DTrace-devel authored and kvanhees committed Sep 11, 2023
1 parent 1713903 commit e1f9dc7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion libdtrace/dt_subr.c
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
#include <ctype.h>
#include <alloca.h>
#include <assert.h>
#include <libgen.h>
#include <limits.h>
#include <sys/ioctl.h>
#include <port.h>
Expand Down

0 comments on commit e1f9dc7

Please sign in to comment.