Skip to content
This repository has been archived by the owner on Dec 13, 2018. It is now read-only.

Commit

Permalink
Cleanup usings
Browse files Browse the repository at this point in the history
  • Loading branch information
nbarbettini committed Oct 19, 2015
1 parent 8d43b9e commit b094cbc
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
using Stormpath.SDK.Impl.Http;
using Stormpath.SDK.Resource;
using Stormpath.SDK.Tests.Fakes;
using Stormpath.SDK.Tests.Helpers;
using Xunit;

namespace Stormpath.SDK.Tests.Impl
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
using Stormpath.SDK.Http;
using Stormpath.SDK.Impl.DataStore;
using Stormpath.SDK.Tests.Fakes;
using Stormpath.SDK.Tests.Helpers;
using Xunit;

namespace Stormpath.SDK.Tests.Impl
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@
using Stormpath.SDK.Linq;
using Stormpath.SDK.Shared;
using Stormpath.SDK.Tests.Fakes;
using Stormpath.SDK.Tests.Helpers;
using Xunit;

namespace Stormpath.SDK.Tests.Impl
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
using Stormpath.SDK.Impl.Http.Support;
using Stormpath.SDK.Shared;
using Stormpath.SDK.Tests.Fakes;
using Stormpath.SDK.Tests.Helpers;
using Xunit;

namespace Stormpath.SDK.Tests.Impl
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,9 @@
using NSubstitute;
using Shouldly;
using Stormpath.SDK.Account;
using Stormpath.SDK.DataStore;
using Stormpath.SDK.Http;
using Stormpath.SDK.Impl.DataStore;
using Stormpath.SDK.Tests.Fakes;
using Stormpath.SDK.Tests.Helpers;
using Xunit;

namespace Stormpath.SDK.Tests.Impl
Expand Down
1 change: 0 additions & 1 deletion Stormpath.SDK/Stormpath.SDK/Client/IClientBuilder.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@

using System;
using System.Net;
using System.Threading;
using Stormpath.SDK.Api;
using Stormpath.SDK.Http;
using Stormpath.SDK.Serialization;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
// limitations under the License.
// </remarks>

using System;
using System.Collections.Generic;
using System.Linq;
using Stormpath.SDK.Account;
Expand Down
1 change: 0 additions & 1 deletion Stormpath.SDK/Stormpath.SDK/Impl/Resource/ResourceData.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
// limitations under the License.
// </remarks>

using System;
using System.Collections.Concurrent;
using System.Collections.Generic;
using System.Linq;
Expand Down

0 comments on commit b094cbc

Please sign in to comment.