Remove some usings that stopped compilation
parent
71f42f185a
commit
27b3f23ff3
|
@ -5,23 +5,9 @@
|
|||
// All rights reserved
|
||||
//
|
||||
using System;
|
||||
using System.Diagnostics;
|
||||
using System.Collections.Generic;
|
||||
using System.IO;
|
||||
using System.Text;
|
||||
using System.Threading;
|
||||
using System.Reflection;
|
||||
using OpenSim.Framework;
|
||||
using OpenSim.Framework.Console;
|
||||
using OpenSim.Server.Base;
|
||||
using OpenSim.Services.Base;
|
||||
using OpenSim.Services.Interfaces;
|
||||
using Nini.Config;
|
||||
using log4net;
|
||||
using Careminster;
|
||||
using OpenMetaverse;
|
||||
|
||||
namespace Careminster
|
||||
namespace OpenSim.Services.Interfaces
|
||||
{
|
||||
public interface IAttachmentsService
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue