From 56eccb350b8872b4eca051cc3e2732cefb717637 Mon Sep 17 00:00:00 2001 From: Peter Zhu Date: Tue, 5 Dec 2023 16:25:34 -0500 Subject: [PATCH] Fix alphabetical order of include in shape.c --- shape.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shape.c b/shape.c index 3311d4d681..0b019a51ac 100644 --- a/shape.c +++ b/shape.c @@ -4,10 +4,10 @@ #include "symbol.h" #include "id_table.h" #include "internal/class.h" +#include "internal/error.h" #include "internal/gc.h" #include "internal/symbol.h" #include "internal/variable.h" -#include "internal/error.h" #include "variable.h" #include