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/LightweightApplicationManager.cs

    r3831 r4068  
    2222using System;
    2323using System.Collections.Generic;
    24 using System.Security.Policy;
     24using System.Linq;
    2525using System.Reflection;
    26 using System.Diagnostics;
    27 using System.Security.Permissions;
    28 using System.Security;
    29 using System.Linq;
    30 using HeuristicLab.PluginInfrastructure.Manager;
    31 using System.IO;
    3226
    3327namespace HeuristicLab.PluginInfrastructure {
Note: See TracChangeset for help on using the changeset viewer.