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.Problems.ArtificialAnt.Views/3.3
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Problems.ArtificialAnt.Views/3.3/AntTrailSymbolicExpressionTreeView.cs

    r3681 r4068  
    2121
    2222using System;
    23 using System.Drawing;
    2423using System.Windows.Forms;
    2524using HeuristicLab.Core.Views;
    26 using HeuristicLab.Data;
     25using HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views;
    2726using HeuristicLab.MainForm;
    28 using HeuristicLab.Encodings.SymbolicExpressionTreeEncoding;
    29 using System.Collections.Generic;
    30 using HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views;
    3127
    3228namespace HeuristicLab.Problems.ArtificialAnt.Views {
     
    3531  public sealed partial class AntTrailSymbolicExpressionTreeView : ItemView {
    3632    private GraphicalSymbolicExpressionTreeView treeView;
    37    
     33
    3834    public new AntTrail Content {
    3935      get { return (AntTrail)base.Content; }
  • trunk/sources/HeuristicLab.Problems.ArtificialAnt.Views/3.3/AntTrailView.cs

    r3795 r4068  
    2121
    2222using System;
     23using System.Collections.Generic;
    2324using System.Drawing;
    2425using System.Windows.Forms;
    2526using HeuristicLab.Core.Views;
    26 using HeuristicLab.Data;
     27using HeuristicLab.Encodings.SymbolicExpressionTreeEncoding;
    2728using HeuristicLab.MainForm;
    28 using HeuristicLab.Encodings.SymbolicExpressionTreeEncoding;
    29 using System.Collections.Generic;
    3029
    3130namespace HeuristicLab.Problems.ArtificialAnt.Views {
Note: See TracChangeset for help on using the changeset viewer.