Module Name:    src
Committed By:   riastradh
Date:           Tue Apr 14 13:03:38 UTC 2015

Modified Files:
        src/sys/dev: rnd_private.h

Log Message:
Sort includes.


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/sys/dev/rnd_private.h

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

Modified files:

Index: src/sys/dev/rnd_private.h
diff -u src/sys/dev/rnd_private.h:1.8 src/sys/dev/rnd_private.h:1.9
--- src/sys/dev/rnd_private.h:1.8	Mon Apr 13 22:43:41 2015
+++ src/sys/dev/rnd_private.h	Tue Apr 14 13:03:37 2015
@@ -1,4 +1,4 @@
-/*      $NetBSD: rnd_private.h,v 1.8 2015/04/13 22:43:41 riastradh Exp $     */
+/*      $NetBSD: rnd_private.h,v 1.9 2015/04/14 13:03:37 riastradh Exp $     */
 
 /*-
  * Copyright (c) 1997 The NetBSD Foundation, Inc.
@@ -37,8 +37,8 @@
 #include <sys/mutex.h>
 #include <sys/queue.h>
 #include <sys/rndio.h>
-#include <sys/rndsource.h>
 #include <sys/rndpool.h>
+#include <sys/rndsource.h>
 
 /*
  * Number of bytes returned per hash.  This value is used in both

Reply via email to