summaryrefslogtreecommitdiff
path: root/shape.c
diff options
context:
space:
mode:
Diffstat (limited to 'shape.c')
-rw-r--r--shape.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shape.c b/shape.c
index 13441f3e71..7c3bdf8c50 100644
--- a/shape.c
+++ b/shape.c
@@ -1,10 +1,10 @@
#include "vm_core.h"
#include "vm_sync.h"
#include "shape.h"
-#include "gc.h"
#include "symbol.h"
#include "id_table.h"
#include "internal/class.h"
+#include "internal/gc.h"
#include "internal/symbol.h"
#include "internal/variable.h"
#include "variable.h"