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.Persistence/3.3/Default/DebugString/DebugStringGenerator.cs

    r3742 r4068  
    2020#endregion
    2121
    22 using System;
    23 using System.Collections.Generic;
    2422using System.Text;
    25 using HeuristicLab.Persistence.Interfaces;
    26 using HeuristicLab.Persistence.Default.Xml;
    2723using HeuristicLab.Persistence.Core;
    2824using HeuristicLab.Persistence.Core.Tokens;
     25using HeuristicLab.Persistence.Interfaces;
    2926
    3027namespace HeuristicLab.Persistence.Default.DebugString {
Note: See TracChangeset for help on using the changeset viewer.