From 847bac60c9ca17aba1be948d1368ff8804bb3535 Mon Sep 17 00:00:00 2001 From: UtoECat Date: Fri, 15 Dec 2023 06:50:40 +0300 Subject: [PATCH] remove #include --- CodeGen/src/IrProtoUtils.h | 1 - 1 file changed, 1 deletion(-) diff --git a/CodeGen/src/IrProtoUtils.h b/CodeGen/src/IrProtoUtils.h index b3587c56..8c988729 100644 --- a/CodeGen/src/IrProtoUtils.h +++ b/CodeGen/src/IrProtoUtils.h @@ -2,7 +2,6 @@ #pragma once #include "lobject.h" -#include namespace Luau {