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

    r4011 r4068  
    2020#endregion
    2121using System;
    22 using System.Collections.Generic;
    23 using System.Collections.Specialized;
    24 using System.ComponentModel;
    25 using System.Data;
    2622using System.Drawing;
    2723using System.Linq;
    28 using System.Text;
    2924using System.Windows.Forms;
    30 using HeuristicLab.Common;
     25using System.Windows.Forms.DataVisualization.Charting;
    3126using HeuristicLab.MainForm;
    32 using HeuristicLab.Problems.DataAnalysis;
    3327using HeuristicLab.MainForm.WindowsForms;
    34 using System.Windows.Forms.DataVisualization.Charting;
    3528
    3629namespace HeuristicLab.Problems.DataAnalysis.Views {
Note: See TracChangeset for help on using the changeset viewer.