Skip to content

Commit 9a68346

Browse files
committed
Remove not needed using modules
1 parent 66a1968 commit 9a68346

File tree

8 files changed

+0
-22
lines changed

8 files changed

+0
-22
lines changed

DirectSQL/DB2/DB2Database.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
11
using System;
2-
using System.Collections.Generic;
3-
using System.Data;
4-
using System.Text;
52

63
using IBM.Data.DB2.Core;
74

DirectSQL/Database.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
using System;
2-
using System.Collections.Generic;
32
using System.Data;
43
using System.Threading.Tasks;
54
using System.Linq;

DirectSQL/DatabaseException.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
using System;
2-
using System.Collections.Generic;
3-
using System.Text;
42

53
namespace DirectSQL
64
{

DirectSQL/MySql/MySqlDatabase.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
11
using System;
2-
using System.Collections.Generic;
3-
using System.Data;
4-
using System.Text;
52

63
using MySql.Data.MySqlClient;
74

DirectSQL/Odbc/OdbcDatabase.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
11
using System;
2-
using System.Collections.Generic;
3-
using System.Data;
4-
using System.Text;
52

63
using System.Data.Odbc;
74

DirectSQL/SqlLite/SqlLiteDatabase.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
11
using System;
2-
using System.Collections.Generic;
3-
using System.Data;
4-
using System.Text;
52

63
using System.Data.SQLite;
74

DirectSQL/SqlServer/SqlServerDatabase.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
11
using System;
2-
using System.Collections.Generic;
3-
using System.Data;
4-
using System.Text;
52

63
using System.Data.SqlClient;
74

DirectSQL/npgsql/NpgsqlDatabase.cs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
11
using System;
2-
using System.Collections.Generic;
3-
using System.Data;
4-
using System.Text;
5-
62
using Npgsql;
73

84
namespace DirectSQL.Npgsql

0 commit comments

Comments
 (0)