Skip to content

Commit

Permalink
Put HResult in the right namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
geluk committed Mar 30, 2020
1 parent 66fa5f6 commit 359468b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
2 changes: 0 additions & 2 deletions pass-winmenu/src/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,12 @@
using System.Threading.Tasks;
using System.Windows;
using Autofac;
using LibGit2Sharp;
using PassWinmenu.Actions;
using PassWinmenu.Configuration;
using PassWinmenu.ExternalPrograms;
using PassWinmenu.ExternalPrograms.Gpg;
using PassWinmenu.Hotkeys;
using PassWinmenu.PasswordManagement;
using PassWinmenu.src.WinApi;
using PassWinmenu.UpdateChecking;
using PassWinmenu.Utilities;
using PassWinmenu.WinApi;
Expand Down
8 changes: 1 addition & 7 deletions pass-winmenu/src/WinApi/HResult.cs
Original file line number Diff line number Diff line change
@@ -1,10 +1,4 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;

namespace PassWinmenu.src.WinApi
namespace PassWinmenu.WinApi
{
static class HResult
{
Expand Down

0 comments on commit 359468b

Please sign in to comment.