rand/noise.c: Order <signal.h> properly.
authorMark Wooding <mdw@distorted.org.uk>
Sat, 13 Jul 2013 15:34:40 +0000 (16:34 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Thu, 13 Mar 2014 01:51:43 +0000 (01:51 +0000)
I try to keep them alphabetical.

rand/noise.c

index 7eb4c71..6cab8ca 100644 (file)
@@ -30,9 +30,9 @@
 #include "config.h"
 
 #include <setjmp.h>
+#include <signal.h>
 #include <stdio.h>
 #include <string.h>
-#include <signal.h>
 
 #include <sys/types.h>
 #include <sys/time.h>