Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
07/22/10 00:44:01 (14 years ago)
Author:
swagner
Message:

Sorted usings and removed unused usings in entire solution (#1094)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.PluginInfrastructure/3.3/Advanced/IStatusDisplay.cs

    r3547 r4068  
    2020#endregion
    2121
    22 using System;
    23 using System.Collections.Generic;
    24 using System.Linq;
    25 using System.Text;
    26 using HeuristicLab.PluginInfrastructure.Manager;
    27 using System.IO;
    28 using System.ComponentModel;
    29 using System.Reflection;
    30 using ICSharpCode.SharpZipLib.Zip;
    31 using System.ServiceModel;
    3222
    3323namespace HeuristicLab.PluginInfrastructure.Advanced {
Note: See TracChangeset for help on using the changeset viewer.