Fix namespaces.

This commit is contained in:
2020-07-20 15:43:45 +01:00
parent aeb3630d26
commit f0a8221b3f
4 changed files with 4 additions and 4 deletions

View File

@@ -39,10 +39,8 @@
using System;
using System.Collections.Generic;
using Aaru.CommonTypes;
using Aaru.CommonTypes.Interfaces;
namespace Aaru.Partitions
namespace Aaru.CommonTypes.Interfaces
{
/// <summary>Abstract class to implement partitioning schemes interpreting plugins.</summary>
public interface IPartition