2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 14:35:26 +00:00

[master] remove libgen.h from dnssec tools

we no longer use basename() or dirname()
This commit is contained in:
Evan Hunt
2012-11-27 19:45:51 -08:00
parent 53e52b463e
commit a1dbf90381
2 changed files with 0 additions and 2 deletions

View File

@@ -20,7 +20,6 @@
#include <config.h>
#include <libgen.h>
#include <stdlib.h>
#include <unistd.h>

View File

@@ -20,7 +20,6 @@
#include <config.h>
#include <libgen.h>
#include <stdlib.h>
#include <unistd.h>
#include <errno.h>