diff options
-rw-r--r-- | src/pad.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -16,13 +16,13 @@ #include <assert.h> #include <stddef.h> -#include <stdlib.h> #include <stdint.h> #include <string.h> +#include <stdlib.h> -#include "pad.h" #include "container.h" #include "list.h" +#include "pad.h" /* This is adapted from the particle system in my rototiller project: * git://git.pengaru.com/rototiller |