summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/pad.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pad.c b/src/pad.c
index bac5291..e7a1ad4 100644
--- a/src/pad.c
+++ b/src/pad.c
@@ -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
© All Rights Reserved