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/3.3/Symbolic/Symbols/Variable.cs

    r4022 r4068  
    2020#endregion
    2121
    22 using HeuristicLab.Encodings.SymbolicExpressionTreeEncoding;
     22using System;
     23using System.Collections.Generic;
    2324using HeuristicLab.Common;
    2425using HeuristicLab.Core;
    25 using HeuristicLab.Operators;
    26 using HeuristicLab.Random;
    27 using HeuristicLab.Data;
     26using HeuristicLab.Encodings.SymbolicExpressionTreeEncoding;
     27using HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Symbols;
    2828using HeuristicLab.Persistence.Default.CompositeSerializers.Storable;
    29 using HeuristicLab.Parameters;
    30 using System.Collections.Generic;
    31 using System;
    32 using HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Symbols;
    3329namespace HeuristicLab.Problems.DataAnalysis.Symbolic.Symbols {
    3430  [StorableClass]
Note: See TracChangeset for help on using the changeset viewer.