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.Analysis/3.3/DataTable.cs

    r3826 r4068  
    2020#endregion
    2121
     22using System;
     23using System.Collections.Generic;
    2224using System.Drawing;
    2325using System.Linq;
     26using HeuristicLab.Collections;
    2427using HeuristicLab.Common;
    2528using HeuristicLab.Core;
     29using HeuristicLab.Data;
    2630using HeuristicLab.Persistence.Default.CompositeSerializers.Storable;
    27 using HeuristicLab.Data;
    28 using System;
    29 using System.Collections.Generic;
    30 using HeuristicLab.Collections;
    3131
    3232namespace HeuristicLab.Analysis {
Note: See TracChangeset for help on using the changeset viewer.