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

    r3993 r4068  
    2020#endregion
    2121
     22using System.Collections.Generic;
     23using HeuristicLab.Core;
    2224using HeuristicLab.Encodings.SymbolicExpressionTreeEncoding;
    23 using System.Collections.Generic;
    24 using System;
    25 using System.Linq;
    26 using HeuristicLab.Common;
    27 using HeuristicLab.Core;
     25using HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Symbols;
    2826using HeuristicLab.Persistence.Default.CompositeSerializers.Storable;
    29 using HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Symbols;
    30 using HeuristicLab.Data;
    3127using HeuristicLab.Problems.DataAnalysis.Symbolic.Symbols;
    3228namespace HeuristicLab.Problems.DataAnalysis.Symbolic {
Note: See TracChangeset for help on using the changeset viewer.