diff options
| author | 2020-02-24 13:49:38 +0000 | |
|---|---|---|
| committer | 2020-02-24 13:49:38 +0000 | |
| commit | 4465bcfb0189fef66881a630d84d3be0e093c02b (patch) | |
| tree | 7dc4e536c757ea0b4628627557aabf77a465de08 /usr.bin/dig/dig.h | |
| parent | extend decoding of control transfers: (diff) | |
| download | wireguard-openbsd-4465bcfb0189fef66881a630d84d3be0e093c02b.tar.xz wireguard-openbsd-4465bcfb0189fef66881a630d84d3be0e093c02b.zip | |
remove some uneeded includes
Diffstat (limited to 'usr.bin/dig/dig.h')
| -rw-r--r-- | usr.bin/dig/dig.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/dig/dig.h b/usr.bin/dig/dig.h index 7866b4f0804..04312f1f9f5 100644 --- a/usr.bin/dig/dig.h +++ b/usr.bin/dig/dig.h @@ -19,13 +19,13 @@ /*! \file */ +#include <time.h> + #include <dst/dst.h> #include <isc/boolean.h> #include <isc/buffer.h> - #include <isc/list.h> -#include <isc/time.h> #include <isc/sockaddr.h> #include <isc/socket.h> |
