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 /hostfile.c | |
parent | 13c508dfed9f25e6e54c984ad00a74ef08539e70 (diff) |
remove duplicate #includes
Prompted by Jakub Jelen
Diffstat (limited to 'hostfile.c')
-rw-r--r-- | hostfile.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hostfile.c b/hostfile.c index 389aae1fc..96ab880d4 100644 --- a/hostfile.c +++ b/hostfile.c | |||
@@ -49,7 +49,6 @@ | |||
49 | #include <stdio.h> | 49 | #include <stdio.h> |
50 | #include <stdlib.h> | 50 | #include <stdlib.h> |
51 | #include <string.h> | 51 | #include <string.h> |
52 | #include <stdarg.h> | ||
53 | #include <unistd.h> | 52 | #include <unistd.h> |
54 | 53 | ||
55 | #include "xmalloc.h" | 54 | #include "xmalloc.h" |