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)

Location:
trunk/sources/HeuristicLab.Data/3.3
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Data/3.3/PercentValue.cs

    r3431 r4068  
    2020#endregion
    2121
    22 using System.Text;
    2322using HeuristicLab.Common;
    2423using HeuristicLab.Core;
  • trunk/sources/HeuristicLab.Data/3.3/StringArray.cs

    r3431 r4068  
    2121
    2222using System;
     23using System.Collections;
     24using System.Collections.Generic;
     25using System.Drawing;
    2326using System.Linq;
    24 using System.Collections;
    25 using System.Drawing;
    2627using System.Text;
    2728using HeuristicLab.Common;
    2829using HeuristicLab.Core;
    2930using HeuristicLab.Persistence.Default.CompositeSerializers.Storable;
    30 using System.Collections.Generic;
    3131
    3232namespace HeuristicLab.Data {
Note: See TracChangeset for help on using the changeset viewer.