Skip to content
This repository has been archived by the owner on May 25, 2021. It is now read-only.

Commit

Permalink
Sort and remove unused using in /src/
Browse files Browse the repository at this point in the history
  • Loading branch information
Oleksii Mandrychenko committed Jul 23, 2013
1 parent 6591364 commit b96368b
Show file tree
Hide file tree
Showing 22 changed files with 23 additions and 45 deletions.
4 changes: 1 addition & 3 deletions src/CqlHelper.cs
@@ -1,6 +1,4 @@
using System;
using System.Linq;


namespace FluentCassandra
{
public static class CqlHelper
Expand Down
4 changes: 2 additions & 2 deletions src/FluentColumn.cs
@@ -1,5 +1,5 @@
using System;
using FluentCassandra.Types;
using FluentCassandra.Types;
using System;

namespace FluentCassandra
{
Expand Down
4 changes: 2 additions & 2 deletions src/FluentColumnFamily.cs
@@ -1,7 +1,7 @@
using System;
using FluentCassandra.Types;
using System;
using System.Collections.Generic;
using System.Linq;
using FluentCassandra.Types;

namespace FluentCassandra
{
Expand Down
1 change: 0 additions & 1 deletion src/FluentColumnList`1.cs
@@ -1,7 +1,6 @@
using System;
using System.Collections.Generic;
using System.Collections.Specialized;
using System.Linq;

namespace FluentCassandra
{
Expand Down
3 changes: 1 addition & 2 deletions src/FluentColumnParent.cs
@@ -1,5 +1,4 @@
using System;


namespace FluentCassandra
{
public class FluentColumnParent
Expand Down
3 changes: 1 addition & 2 deletions src/FluentColumnPath.cs
@@ -1,5 +1,4 @@
using System;


namespace FluentCassandra
{
public class FluentColumnPath : FluentColumnParent
Expand Down
1 change: 0 additions & 1 deletion src/FluentCounterColumn.cs
@@ -1,4 +1,3 @@
using System;
using FluentCassandra.Types;

namespace FluentCassandra
Expand Down
7 changes: 3 additions & 4 deletions src/FluentCqlRow.cs
@@ -1,9 +1,8 @@
using System;
using FluentCassandra.Linq;
using FluentCassandra.Types;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using FluentCassandra.Linq;
using FluentCassandra.Types;

namespace FluentCassandra
{
Expand Down
3 changes: 1 addition & 2 deletions src/FluentMutationTracker.cs
@@ -1,6 +1,5 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Collections.Generic;

namespace FluentCassandra
{
Expand Down
3 changes: 1 addition & 2 deletions src/FluentRecord.cs
@@ -1,5 +1,4 @@
using System;
using System.Collections.Generic;
using System.Collections.Generic;
using System.ComponentModel;
using System.Dynamic;
using System.Linq;
Expand Down
4 changes: 2 additions & 2 deletions src/FluentSuperColumn.cs
@@ -1,7 +1,7 @@
using System;
using FluentCassandra.Types;
using System;
using System.Collections.Generic;
using System.Linq;
using FluentCassandra.Types;

namespace FluentCassandra
{
Expand Down
4 changes: 2 additions & 2 deletions src/FluentSuperColumnFamily.cs
@@ -1,7 +1,7 @@
using System;
using FluentCassandra.Types;
using System;
using System.Collections.Generic;
using System.Linq;
using FluentCassandra.Types;

namespace FluentCassandra
{
Expand Down
1 change: 0 additions & 1 deletion src/GuidGeneration.cs
@@ -1,4 +1,3 @@
using System;

namespace FluentCassandra
{
Expand Down
1 change: 0 additions & 1 deletion src/GuidVersion.cs
@@ -1,4 +1,3 @@
using System;

namespace FluentCassandra
{
Expand Down
3 changes: 1 addition & 2 deletions src/IFluentBaseColumn.cs
@@ -1,5 +1,4 @@
using System;
using FluentCassandra.Types;
using FluentCassandra.Types;

namespace FluentCassandra
{
Expand Down
3 changes: 1 addition & 2 deletions src/IFluentBaseColumnFamily.cs
@@ -1,5 +1,4 @@
using System;
using FluentCassandra.Types;
using FluentCassandra.Types;

namespace FluentCassandra
{
Expand Down
3 changes: 1 addition & 2 deletions src/IFluentMutationTracker.cs
@@ -1,5 +1,4 @@
using System;
using System.Collections.Generic;
using System.Collections.Generic;

namespace FluentCassandra
{
Expand Down
3 changes: 1 addition & 2 deletions src/IFluentRecord.cs
@@ -1,5 +1,4 @@
using System;
using System.Collections.Generic;
using System.Collections.Generic;
using System.ComponentModel;
using System.Dynamic;

Expand Down
3 changes: 1 addition & 2 deletions src/IFluentRecordExpression.cs
@@ -1,6 +1,5 @@
using System;
using System.Dynamic;
using FluentCassandra.Types;
using System.Dynamic;

namespace FluentCassandra
{
Expand Down
6 changes: 1 addition & 5 deletions src/ILoadable.cs
@@ -1,8 +1,4 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;


namespace FluentCassandra
{
public interface ILoadable
Expand Down
3 changes: 1 addition & 2 deletions src/MutationType.cs
@@ -1,5 +1,4 @@
using System;


namespace FluentCassandra
{
public enum MutationType
Expand Down
1 change: 0 additions & 1 deletion src/TimestampHelper.cs
@@ -1,5 +1,4 @@
using System;
using System.Linq;

namespace FluentCassandra
{
Expand Down

0 comments on commit b96368b

Please sign in to comment.