Cleanup of using statements

git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2149 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
This commit is contained in:
RKrom 2012-10-17 12:21:12 +00:00
commit 4de75cdb69
68 changed files with 74 additions and 467 deletions

View file

@ -21,9 +21,8 @@
using System;
using System.Collections.Generic;
using System.IO;
using GreenshotPlugin.Core;
using Greenshot.IniFile;
using GreenshotPlugin.Core;
namespace ExternalCommand {
/// <summary>

View file

@ -22,12 +22,10 @@ using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Drawing;
using System.IO;
using System.Threading;
using Greenshot.IniFile;
using Greenshot.Plugin;
using GreenshotPlugin.Core;
using Greenshot.IniFile;
namespace ExternalCommand {
/// <summary>

View file

@ -18,7 +18,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
using System;
using GreenshotPlugin.Controls;
namespace ExternalCommand {

View file

@ -20,11 +20,10 @@
*/
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using Greenshot.Plugin;
using Greenshot.IniFile;
using System.Windows.Forms;
using Greenshot.IniFile;
using Greenshot.Plugin;
using GreenshotPlugin.Core;
namespace ExternalCommand {

View file

@ -1,6 +1,5 @@
using System;
using System.Collections.Generic;
using System.Text;
using System.Drawing;
using System.IO;
using Greenshot.IniFile;

View file

@ -20,11 +20,9 @@
*/
using System;
using System.Drawing;
using System.IO;
using System.Windows.Forms;
using Greenshot.IniFile;
using GreenshotPlugin.Core;
namespace ExternalCommand {
/// <summary>