]> The Tcpdump Group git mirrors - tcpdump/commitdiff
instrument functions: Remove a now useless #include
authorFrancois-Xavier Le Bail <[email protected]>
Sun, 23 Jan 2022 10:13:03 +0000 (11:13 +0100)
committerFrancois-Xavier Le Bail <[email protected]>
Sun, 23 Jan 2022 10:18:27 +0000 (11:18 +0100)
Remove: #include <dlfcn.h>
No more use of dladdr().

This is a follow-up to 6d854639ea6702adc7fcb077361ae00d2229f875.

instrument-functions.c

index 5faf63b5634b64d48825d8c100db1907b857706e..d85c7936aaf563d95b98719fc04bf02f3c2bc954 100644 (file)
@@ -16,7 +16,6 @@
 #endif
 
 #include <stdio.h>
-#include <dlfcn.h>
 
 extern int profile_func_level;
 int profile_func_level = -1;