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/3.3/SymbolicExpressionTreeOperator.cs

    r3534 r4068  
    2020#endregion
    2121
    22 using System.Linq;
    23 using HeuristicLab.Common;
    2422using HeuristicLab.Core;
    2523using HeuristicLab.Data;
     24using HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Interfaces;
    2625using HeuristicLab.Operators;
    2726using HeuristicLab.Optimization;
    2827using HeuristicLab.Parameters;
    2928using HeuristicLab.Persistence.Default.CompositeSerializers.Storable;
    30 using HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Interfaces;
    3129
    3230namespace HeuristicLab.Encodings.SymbolicExpressionTreeEncoding {
Note: See TracChangeset for help on using the changeset viewer.