wdvi

network DVI viewer
Log | Files | Refs

commit 0dd09fc735c7a52ed7b12926f3696a48508e446b
parent 925b2beb95713956c05529dbfeefd612b013d560
Author: Kyle Milz <krwmilz@gmail.com>
Date:   Fri, 20 Aug 2021 22:41:52 +0000

sort #includes

Diffstat:
Mutil.c | 12++++++------
1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/util.c b/util.c @@ -25,18 +25,18 @@ NOTE: \*========================================================================*/ -#include "xdvi.h" - -#include <errno.h> -#include <ctype.h> /* needed for memicmp() */ -#include <pwd.h> #include <sys/socket.h> #include <sys/file.h> /* this defines FASYNC */ #include <sys/ioctl.h> /* this defines SIOCSPGRP and FIOASYNC */ +#include <ctype.h> /* needed for memicmp() */ +#include <errno.h> +#include <pwd.h> +#include <stdarg.h> + #include <X11/Xmd.h> /* get WORD64 and LONG64 */ -#include <stdarg.h> +#include "xdvi.h" /*