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/Tests/ProbabilisticTreeCreaterTest.cs

    r3462 r4068  
    2121
    2222using System;
    23 using System.Text;
    2423using System.Collections.Generic;
    25 using System.Linq;
     24using HeuristicLab.Encodings.SymbolicExpressionTreeEncoding;
     25using HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Creators;
     26using HeuristicLab.Random;
    2627using Microsoft.VisualStudio.TestTools.UnitTesting;
    27 using HeuristicLab.Encodings.SymbolicExpressionTreeEncoding;
    28 using HeuristicLab.Random;
    29 using System.Diagnostics;
    30 using HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Creators;
    3128
    3229namespace HeuristicLab.Encodings.SymbolicExpressionTreeEncoding_3._3.Tests {
Note: See TracChangeset for help on using the changeset viewer.