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.ExternalEvaluation/3.3/Converters/StringConverter.cs

    r3881 r4068  
    2121
    2222using System;
    23 using System.Collections.Generic;
    24 using System.Linq;
    25 using System.Text;
    2623using HeuristicLab.Core;
     24using HeuristicLab.Data;
    2725using HeuristicLab.Persistence.Default.CompositeSerializers.Storable;
    28 using HeuristicLab.Data;
    2926
    3027namespace HeuristicLab.Problems.ExternalEvaluation {
     
    3532
    3633    #region IItemToSolutionMessageConverter Members
    37    
     34
    3835    public Type[] ItemTypes {
    3936      get { return itemTypes; }
Note: See TracChangeset for help on using the changeset viewer.