mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 01:35:46 +08:00
Remove some usings that stopped compilation
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user