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/InteractiveSymbolicRegressionSolutionSimplifierView.cs

    r4034 r4068  
    2222using System;
    2323using System.Collections.Generic;
    24 using System.ComponentModel;
    25 using System.Data;
    2624using System.Drawing;
    2725using System.Linq;
    28 using System.Text;
    2926using System.Windows.Forms;
    3027using HeuristicLab.Common;
    3128using HeuristicLab.Encodings.SymbolicExpressionTreeEncoding;
    3229using HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Symbols;
    33 using HeuristicLab.MainForm;
     30using HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views;
    3431using HeuristicLab.MainForm.WindowsForms;
    3532using HeuristicLab.Problems.DataAnalysis.Regression.Symbolic;
    3633using HeuristicLab.Problems.DataAnalysis.Symbolic;
    3734using HeuristicLab.Problems.DataAnalysis.Symbolic.Symbols;
    38 using HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views;
    3935
    4036namespace HeuristicLab.Problems.DataAnalysis.Views.Symbolic {
Note: See TracChangeset for help on using the changeset viewer.