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.Problems.DataAnalysis.Views/3.3/Symbolic/SimplifiedSymbolicExpressionModelView.cs

    r3884 r4068  
    2020#endregion
    2121
    22 using System;
    23 using System.Collections.Generic;
    24 using System.ComponentModel;
    25 using System.Drawing;
    26 using System.Data;
    27 using System.Linq;
    28 using System.Text;
    2922using System.Windows.Forms;
    30 using HeuristicLab.Common;
    3123using HeuristicLab.MainForm;
    32 using HeuristicLab.Problems.DataAnalysis;
    3324using HeuristicLab.MainForm.WindowsForms;
    3425using HeuristicLab.Problems.DataAnalysis.Regression.Symbolic;
    35 using HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views;
    36 using HeuristicLab.Encodings.SymbolicExpressionTreeEncoding;
    3726using HeuristicLab.Problems.DataAnalysis.Symbolic;
    3827
Note: See TracChangeset for help on using the changeset viewer.