Skip to content
This repository has been archived by the owner on Oct 1, 2024. It is now read-only.

Commit

Permalink
Fixed it
Browse files Browse the repository at this point in the history
  • Loading branch information
ObsidianMinor committed Mar 2, 2017
1 parent 3a1b82c commit d5246c1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/Gfycat.Net/CurrentUser.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
using Newtonsoft.Json;
using Gfycat.API.Responses;
using Gfycat.Converters;
using Newtonsoft.Json;
using System;
using System.Collections.Generic;
using System.IO;
Expand Down
1 change: 1 addition & 0 deletions src/Gfycat.Net/GfyCreationParameters.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
using System.Collections.Generic;
using Newtonsoft.Json;
using Gfycat.Converters;

namespace Gfycat
{
Expand Down
1 change: 1 addition & 0 deletions src/Gfycat.Net/GfycatAlbum.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
using System.Collections.Generic;
using System.Threading.Tasks;
using System.Linq;
using Gfycat.Converters;

namespace Gfycat
{
Expand Down

0 comments on commit d5246c1

Please sign in to comment.