Rect: Remove unused usings.

This commit is contained in:
2019-10-28 03:06:36 +01:00
parent d5d843014a
commit cfd8c37ab8

View File

@@ -1,10 +1,4 @@
using System; namespace VAR.PdfTools.Maths
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace VAR.PdfTools.Maths
{ {
public class Rect public class Rect
{ {