Skip to content

Commit

Permalink
Fix alphabetical order of include in shape.c
Browse files Browse the repository at this point in the history
  • Loading branch information
peterzhu2118 committed Dec 5, 2023
1 parent 5f0ea3f commit 56eccb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shape.c
Expand Up @@ -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 <stdbool.h>

Expand Down

0 comments on commit 56eccb3

Please sign in to comment.