Module Name:    src
Committed By:   maya
Date:           Tue Jan 10 15:43:59 UTC 2017

Modified Files:
        src/tests/lib/libc/gen: t_sleep.c

Log Message:
remove duplicate include.

(also move so it is alphabetical, hence the weird diff)


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/tests/lib/libc/gen/t_sleep.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/tests/lib/libc/gen/t_sleep.c
diff -u src/tests/lib/libc/gen/t_sleep.c:1.10 src/tests/lib/libc/gen/t_sleep.c:1.11
--- src/tests/lib/libc/gen/t_sleep.c:1.10	Tue Jan 10 15:31:11 2017
+++ src/tests/lib/libc/gen/t_sleep.c	Tue Jan 10 15:43:59 2017
@@ -1,4 +1,4 @@
-/* $NetBSD: t_sleep.c,v 1.10 2017/01/10 15:31:11 christos Exp $ */
+/* $NetBSD: t_sleep.c,v 1.11 2017/01/10 15:43:59 maya Exp $ */
 
 /*-
  * Copyright (c) 2006 Frank Kardel
@@ -33,12 +33,11 @@
 
 #include <atf-c.h>
 #include <errno.h>
+#include <inttypes.h>
 #include <poll.h>
 #include <stdio.h>
 #include <stdlib.h>
-#include <inttypes.h>
 #include <string.h>
-#include <inttypes.h>
 #include <time.h>
 #include <unistd.h>
 

Reply via email to