diff --git a/src/Helper/ProxyForms/Application.cs b/src/Helper/ProxyForms/Application.cs index f6972e0..ae7a600 100644 --- a/src/Helper/ProxyForms/Application.cs +++ b/src/Helper/ProxyForms/Application.cs @@ -1,6 +1,5 @@ using System; using System.Collections.Generic; -using System.Drawing; using System.Reflection; using System.Runtime.InteropServices; using System.Threading; diff --git a/src/Helper/ProxyForms/Control.cs b/src/Helper/ProxyForms/Control.cs index f1b84ab..2a80e52 100644 --- a/src/Helper/ProxyForms/Control.cs +++ b/src/Helper/ProxyForms/Control.cs @@ -1,6 +1,5 @@ using System; using System.Collections.Generic; -using System.Drawing; using System.Runtime.InteropServices; using XnaToFna.ProxyDrawing; diff --git a/src/Helper/ProxyForms/Cursor.cs b/src/Helper/ProxyForms/Cursor.cs index 4cfae8b..ff64fc8 100644 --- a/src/Helper/ProxyForms/Cursor.cs +++ b/src/Helper/ProxyForms/Cursor.cs @@ -1,6 +1,5 @@ using System; using System.Collections.Generic; -using System.Drawing; using System.IO; using System.Runtime.InteropServices; using XnaToFna.ProxyDrawing; diff --git a/src/Helper/ProxyForms/Message.cs b/src/Helper/ProxyForms/Message.cs index 377ee6e..070766b 100644 --- a/src/Helper/ProxyForms/Message.cs +++ b/src/Helper/ProxyForms/Message.cs @@ -1,6 +1,5 @@ using System; using System.Collections.Generic; -using System.Drawing; using System.Runtime.InteropServices; using System.Security; using System.Security.Permissions;