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

    r3742 r4068  
    2222using System;
    2323using System.Collections.Generic;
    24 using System.Text;
    25 using HeuristicLab.Common;
    26 using HeuristicLab.Core;
    27 using System.Xml;
     24using HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Symbols;
    2825using HeuristicLab.Persistence.Default.CompositeSerializers.Storable;
    29 using HeuristicLab.Data;
    30 using HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Symbols;
    3126
    3227namespace HeuristicLab.Encodings.SymbolicExpressionTreeEncoding {
Note: See TracChangeset for help on using the changeset viewer.