diff options
author | Damien Miller <djm@mindrot.org> | 2019-10-02 10:54:28 +1000 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2019-10-02 10:54:28 +1000 |
commit | edd1d3a6261aecbf9a55944fd7be1db83571b46e (patch) | |
tree | bebd81104eda00c6b432ecb50122fb007338fc1b /dns.c | |
parent | 13c508dfed9f25e6e54c984ad00a74ef08539e70 (diff) |
remove duplicate #includes
Prompted by Jakub Jelen
Diffstat (limited to 'dns.c')
-rw-r--r-- | dns.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -34,7 +34,6 @@ | |||
34 | #include <stdarg.h> | 34 | #include <stdarg.h> |
35 | #include <stdio.h> | 35 | #include <stdio.h> |
36 | #include <string.h> | 36 | #include <string.h> |
37 | #include <stdarg.h> | ||
38 | #include <stdlib.h> | 37 | #include <stdlib.h> |
39 | 38 | ||
40 | #include "xmalloc.h" | 39 | #include "xmalloc.h" |