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

    r3997 r4068  
    2121
    2222using System;
     23using System.Collections.Generic;
    2324using System.Linq;
    24 using System.Collections.Generic;
    25 using System.Text;
    26 using HeuristicLab.Common;
    2725using HeuristicLab.Core;
    28 using System.Xml;
     26using HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Symbols;
    2927using HeuristicLab.Persistence.Default.CompositeSerializers.Storable;
    30 using HeuristicLab.Data;
    31 using System.Diagnostics;
    32 using HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Symbols;
    3328
    3429namespace HeuristicLab.Encodings.SymbolicExpressionTreeEncoding {
Note: See TracChangeset for help on using the changeset viewer.