Remove not needed include that produces ambiguity for the Label class.

This commit is contained in:
Chandler Cox
2025-12-19 08:13:24 -06:00
parent e257f9e4a0
commit c68aa3b371

View File

@@ -1,7 +1,6 @@
// Copyright (c) Wojciech Figat. All rights reserved.
using System.Collections.Generic;
using System.Reflection.Emit;
using FlaxEditor.CustomEditors.GUI;
using FlaxEngine;
using FlaxEngine.GUI;