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.Encodings.SymbolicExpressionTreeEncoding.Views/3.3/GraphicalSymbolicExpressionTreeView.cs

    r3904 r4068  
    2020#endregion
    2121
    22 using System;
    23 using System.Collections.Generic;
    24 using System.Collections.Specialized;
    25 using System.ComponentModel;
    26 using System.Data;
    27 using System.Drawing;
    28 using System.Linq;
    29 using System.Text;
    3022using System.Windows.Forms;
     23using HeuristicLab.Core.Views;
    3124using HeuristicLab.MainForm;
    3225using HeuristicLab.MainForm.WindowsForms;
    33 using HeuristicLab.Core.Views;
    3426
    3527namespace HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views {
Note: See TracChangeset for help on using the changeset viewer.