Moved these two estate-related interfaces to the projects where they belong.

This commit is contained in:
Diva Canto
2014-05-30 13:11:46 -07:00
committed by Justin Clark-Casey
parent a1e92dead2
commit de6e3edfbb
5 changed files with 6 additions and 4 deletions

View File

@@ -39,6 +39,7 @@ using OpenSim.Region.Framework;
using OpenSim.Region.Framework.Interfaces;
using OpenSim.Region.Framework.Scenes;
using OpenSim.Region.Physics.Manager;
using OpenSim.Services.Interfaces;
namespace OpenSim.Region.ClientStack
{