[longomatch/livecapture2: 30/31] Reorder 'using'
- From: Andoni Morales Alastruey <amorales src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [longomatch/livecapture2: 30/31] Reorder 'using'
- Date: Mon, 3 May 2010 22:41:20 +0000 (UTC)
commit 762bcf083c4163efb5d268614887ac941a97c5b8
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date: Sun May 2 14:35:33 2010 +0200
Reorder 'using'
LongoMatch/Gui/MainWindow.cs | 26 +++++++++-----------------
1 files changed, 9 insertions(+), 17 deletions(-)
---
diff --git a/LongoMatch/Gui/MainWindow.cs b/LongoMatch/Gui/MainWindow.cs
index 8635354..b445778 100644
--- a/LongoMatch/Gui/MainWindow.cs
+++ b/LongoMatch/Gui/MainWindow.cs
@@ -18,26 +18,19 @@
//
//
-using System;
-using Gtk;
-using Mono.Unix;
-using System.IO;
-using GLib;
-using System.Threading;
using Gdk;
+using GLib;
+using Gtk;
using LongoMatch.Common;
using LongoMatch.DB;
-using LongoMatch.TimeNodes;
using LongoMatch.Gui.Dialog;
-using LongoMatch.Gui.Popup;
-using LongoMatch.Video;
-using LongoMatch.Video.Capturer;
-using LongoMatch.Video.Player;
-using LongoMatch.Video.Utils;
-using LongoMatch.Updates;
-using LongoMatch.Utils;
-using LongoMatch.IO;
using LongoMatch.Handlers;
+using LongoMatch.TimeNodes;
+using LongoMatch.Utils;
+using LongoMatch.Video.Capturer;
+using Mono.Unix;
+using System;
+using System.IO;
using System.Reflection;
@@ -553,7 +546,6 @@ namespace LongoMatch.Gui
{
CloseAndQuit();
}
-
- #endregion }
+ #endregion
}
}
\ No newline at end of file
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]