]> git.lizzy.rs Git - shadowclad.git/blobdiff - performance.c
Reorder, move and rename things
[shadowclad.git] / performance.c
index cb3709fb18fba75bf1f0db99fd5e524e4a4f840a..2a1d13a8ff7ae999bef464db4afb28ed877e268a 100644 (file)
@@ -1,6 +1,6 @@
-#include <time.h>
-#include <stdio.h> // TODO remove
 #include <stdbool.h>
+#include <stdio.h> // TODO remove
+#include <time.h>
 
 typedef struct timespec Timepoint;