remove #include <stdint.h>

This commit is contained in:
UtoECat 2023-12-15 06:50:40 +03:00
parent 87a9840c69
commit 847bac60c9

View file

@ -2,7 +2,6 @@
#pragma once
#include "lobject.h"
#include <stdint.h>
namespace Luau
{