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

alphabetized includes

This commit is contained in:
Andreas Gustafsson
2001-04-24 18:40:07 +00:00
parent 92ba2e22ae
commit 0dc1e14537

View File

@@ -15,7 +15,7 @@
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: socket.c,v 1.196 2001/04/10 21:48:27 gson Exp $ */
/* $Id: socket.c,v 1.197 2001/04/24 18:40:07 gson Exp $ */
#include <config.h>
@@ -26,11 +26,11 @@
#include <sys/uio.h>
#include <errno.h>
#include <fcntl.h>
#include <stddef.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
#include <fcntl.h>
#include <isc/buffer.h>
#include <isc/bufferlist.h>