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.Operators.Views.GraphVisualization/3.3/OperatorGraphVisualization/OperatorGraphView.cs

    r4011 r4068  
    2121
    2222using System;
    23 using System.Collections.Generic;
    24 using System.ComponentModel;
    2523using System.Drawing;
    26 using System.Data;
    2724using System.Linq;
    28 using System.Text;
    2925using System.Windows.Forms;
     26using HeuristicLab.Core;
    3027using HeuristicLab.MainForm;
    31 using HeuristicLab.Core;
    32 using HeuristicLab.Core.Views;
     28using HeuristicLab.MainForm.WindowsForms;
    3329using Netron.Diagramming.Core;
    34 using HeuristicLab.Parameters;
    35 using HeuristicLab.MainForm.WindowsForms;
    36 using HeuristicLab.Collections;
    3730
    3831namespace HeuristicLab.Operators.Views.GraphVisualization {
Note: See TracChangeset for help on using the changeset viewer.