X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Fmisc.c;h=253a8d7fcee20e336a05b27b9b68843987a34c32;hp=1ab116d6b771458990b295f4d676b32f36707142;hb=b2a0ff1ddd4430110b331129469dabb8ea7b6ba7;hpb=823bddb0d9cc63ddda17a2cd20266aa3b82bde38 diff --git a/src/misc.c b/src/misc.c index 1ab116d6..253a8d7f 100644 --- a/src/misc.c +++ b/src/misc.c @@ -11,11 +11,6 @@ * misc.c * ***********************************************************/ -#include "misc.h" -#include "tools.h" -#include "sound.h" -#include "random.h" - #include #include #include @@ -23,6 +18,11 @@ #include #include +#include "misc.h" +#include "tools.h" +#include "sound.h" +#include "random.h" + static unsigned long mainCounter(int mode) { static struct timeval base_time = { 0, 0 };