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

    r4023 r4068  
    2020#endregion
    2121
    22 using HeuristicLab.Encodings.SymbolicExpressionTreeEncoding;
    2322using HeuristicLab.Common;
    2423using HeuristicLab.Core;
    25 using HeuristicLab.Operators;
    26 using HeuristicLab.Random;
    27 using HeuristicLab.Data;
     24using HeuristicLab.Encodings.SymbolicExpressionTreeEncoding;
    2825using HeuristicLab.Persistence.Default.CompositeSerializers.Storable;
    29 using HeuristicLab.Parameters;
    30 using System.Collections.Generic;
    31 using System;
    32 using HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Symbols;
    3326namespace HeuristicLab.Problems.DataAnalysis.Symbolic.Symbols {
    3427  [StorableClass]
Note: See TracChangeset for help on using the changeset viewer.