Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/tests/lib/libc/gen remove duplicate include.
details: https://anonhg.NetBSD.org/src/rev/540bda1c1ce9
branches: trunk
changeset: 350340:540bda1c1ce9
user: maya <maya%NetBSD.org@localhost>
date: Tue Jan 10 15:43:59 2017 +0000
description:
remove duplicate include.
(also move so it is alphabetical, hence the weird diff)
diffstat:
tests/lib/libc/gen/t_sleep.c | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diffs (23 lines):
diff -r bccaa9ce6dcd -r 540bda1c1ce9 tests/lib/libc/gen/t_sleep.c
--- a/tests/lib/libc/gen/t_sleep.c Tue Jan 10 15:34:49 2017 +0000
+++ b/tests/lib/libc/gen/t_sleep.c Tue Jan 10 15:43:59 2017 +0000
@@ -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>
Home |
Main Index |
Thread Index |
Old Index