Skip to content

Commit

Permalink
Fix the build
Browse files Browse the repository at this point in the history
  • Loading branch information
jbevain committed Aug 3, 2015
1 parent b5b9327 commit f0fe11e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Adornment/EmojiAdornment.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

using System.Windows.Controls;
using System.Windows.Media;
using Emoji.Tagger;
using Emoji.Tagging;

namespace Emoji.Adornment
{
Expand Down
2 changes: 1 addition & 1 deletion Adornment/EmojiAdornmentTagger.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
using System;
using System.Collections.Generic;
using System.Windows;
using Emoji.Tagger;
using Emoji.Tagging;
using Microsoft.VisualStudio.Text;
using Microsoft.VisualStudio.Text.Editor;
using Microsoft.VisualStudio.Text.Editor.OptionsExtensionMethods;
Expand Down
2 changes: 1 addition & 1 deletion Adornment/EmojiAdornmentTaggerProvider.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
using Microsoft.VisualStudio.Text.Editor;
using Microsoft.VisualStudio.Text.Tagging;
using Microsoft.VisualStudio.Utilities;
using Emoji.Tagger;
using Emoji.Tagging;

namespace Emoji.Adornment
{
Expand Down

0 comments on commit f0fe11e

Please sign in to comment.