]> git.ipfire.org Git - people/ms/dma.git/commitdiff
dma: sort includes
authorSimon Schubert <corecode@dragonflybsd.org>
Sat, 3 Oct 2009 19:31:26 +0000 (21:31 +0200)
committerSimon Schubert <corecode@dragonflybsd.org>
Sat, 3 Oct 2009 20:45:30 +0000 (22:45 +0200)
dma.c

diff --git a/dma.c b/dma.c
index 9713f8c11564bc2ba99cf53987026b65fd77ed90..a669dc229c511d83b010fe200629d247c1ccedbe 100644 (file)
--- a/dma.c
+++ b/dma.c
@@ -33,9 +33,9 @@
  */
 
 #include <sys/param.h>
+#include <sys/types.h>
 #include <sys/queue.h>
 #include <sys/stat.h>
-#include <sys/types.h>
 #include <sys/wait.h>
 
 #include <dirent.h>