[DTrace-devel] [PATCH 04/10] subr: tiny header tweak

Nick Alcock nick.alcock at oracle.com
Wed Aug 2 13:26:54 UTC 2023


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 at oracle.com>
---
 libdtrace/dt_subr.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/libdtrace/dt_subr.c b/libdtrace/dt_subr.c
index 300c1a8d7b0c..a7b56afd5903 100644
--- a/libdtrace/dt_subr.c
+++ b/libdtrace/dt_subr.c
@@ -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>
-- 
2.41.0.270.g68fa1d84b5




More information about the DTrace-devel mailing list