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.DataAnalysis.Views/3.3/SupportVectorMachineModelView.cs

    r3904 r4068  
    2020#endregion
    2121using System;
    22 using System.Collections.Generic;
    23 using System.Collections.Specialized;
    24 using System.ComponentModel;
    25 using System.Data;
    26 using System.Drawing;
    27 using System.Linq;
    28 using System.Text;
     22using System.IO;
    2923using System.Windows.Forms;
    30 using HeuristicLab.Common;
    3124using HeuristicLab.MainForm;
    32 using HeuristicLab.Problems.DataAnalysis;
    3325using HeuristicLab.MainForm.WindowsForms;
    34 using System.Windows.Forms.DataVisualization.Charting;
    3526using HeuristicLab.Problems.DataAnalysis.SupportVectorMachine;
    36 using System.IO;
    3727
    3828namespace HeuristicLab.Problems.DataAnalysis.Views {
Note: See TracChangeset for help on using the changeset viewer.