Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/usb Sort opt_* #includes



details:   https://anonhg.NetBSD.org/src/rev/b3847f4cc238
branches:  trunk
changeset: 349142:b3847f4cc238
user:      skrll <skrll%NetBSD.org@localhost>
date:      Fri Nov 25 12:50:13 2016 +0000

description:
Sort opt_* #includes

diffstat:

 sys/dev/usb/ukbd.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (26 lines):

diff -r a1625b55b981 -r b3847f4cc238 sys/dev/usb/ukbd.c
--- a/sys/dev/usb/ukbd.c        Fri Nov 25 12:45:28 2016 +0000
+++ b/sys/dev/usb/ukbd.c        Fri Nov 25 12:50:13 2016 +0000
@@ -1,4 +1,4 @@
-/*      $NetBSD: ukbd.c,v 1.133 2016/04/30 14:33:16 skrll Exp $        */
+/*      $NetBSD: ukbd.c,v 1.134 2016/11/25 12:50:13 skrll Exp $        */
 
 /*
  * Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -35,14 +35,14 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ukbd.c,v 1.133 2016/04/30 14:33:16 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ukbd.c,v 1.134 2016/11/25 12:50:13 skrll Exp $");
 
 #ifdef _KERNEL_OPT
+#include "opt_ddb.h"
 #include "opt_ukbd.h"
 #include "opt_ukbd_layout.h"
 #include "opt_usb.h"
 #include "opt_wsdisplay_compat.h"
-#include "opt_ddb.h"
 #endif /* _KERNEL_OPT */
 
 #include <sys/param.h>



Home | Main Index | Thread Index | Old Index