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.Optimization.Views/3.3/RunCollectionTabularView.cs

    r3764 r4068  
    2222using System;
    2323using System.Collections.Generic;
    24 using System.ComponentModel;
    25 using System.Data;
    26 using System.Drawing;
    2724using System.Linq;
    28 using System.Text;
    2925using System.Windows.Forms;
     26using HeuristicLab.Core;
     27using HeuristicLab.Data.Views;
    3028using HeuristicLab.MainForm;
    31 using HeuristicLab.Data.Views;
    32 using HeuristicLab.Collections;
    33 using HeuristicLab.Core;
    3429
    3530namespace HeuristicLab.Optimization.Views {
Note: See TracChangeset for help on using the changeset viewer.