summaryrefslogtreecommitdiff
path: root/toc.c
diff options
context:
space:
mode:
Diffstat (limited to 'toc.c')
-rw-r--r--toc.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/toc.c b/toc.c
index 203fddd..844d496 100644
--- a/toc.c
+++ b/toc.c
@@ -1,15 +1,15 @@
/* Includes all of toc's files */
#include <assert.h>
+#include <ctype.h>
#include <stdio.h>
#include <stdlib.h>
#include <stddef.h>
#include <stdarg.h>
#include <string.h>
-#include <ctype.h>
#include <limits.h>
-#include <inttypes.h>
-#include <stdbool.h>
#include <float.h>
+#include <stdbool.h>
+#include <inttypes.h>
#include "types.h"
#include "allocator.c"