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

    r4022 r4068  
    2121
    2222using System;
    23 using System.Linq;
     23using System.Collections.Generic;
     24using HeuristicLab.Core;
     25using HeuristicLab.Encodings.SymbolicExpressionTreeEncoding;
     26using HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Compiler;
     27using HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Symbols;
    2428using HeuristicLab.Persistence.Default.CompositeSerializers.Storable;
    25 using HeuristicLab.Common;
    26 using HeuristicLab.Core;
    27 using System.Collections.Generic;
    28 using HeuristicLab.Encodings.SymbolicExpressionTreeEncoding;
    29 using HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Symbols;
    3029using HeuristicLab.Problems.DataAnalysis.Symbolic.Symbols;
    31 using HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Compiler;
    3230
    3331namespace HeuristicLab.Problems.DataAnalysis.Symbolic {
Note: See TracChangeset for help on using the changeset viewer.