Some minor clean-up.

This commit is contained in:
kay.one 2011-11-25 18:06:40 -08:00
commit 910efb5941
7 changed files with 18 additions and 21 deletions

View file

@ -7,13 +7,15 @@
#if DEBUG
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Runtime.InteropServices;
using EnvDTE;
using EnvDTE80;
using Process = EnvDTE.Process;
using Thread = System.Threading.Thread;
namespace NzbDrone
{
[DebuggerStepThrough]
public class ProcessAttacher
{
public static void Attach()