fix ups to include OpenSim.Framework explicit includes (they

were implicitly included before).  Everything builds again.
Now off to testing.
This commit is contained in:
Sean Dague
2008-04-02 16:00:40 +00:00
parent 849592391a
commit 30ea28c3b1
20 changed files with 22 additions and 3 deletions

View File

@@ -30,6 +30,7 @@ using System.Collections.Generic;
using System.Data;
using libsecondlife;
using MySql.Data.MySqlClient;
using OpenSim.Framework;
using OpenSim.Framework.Console;
namespace OpenSim.Data.MySQL

View File

@@ -32,6 +32,7 @@ using System.Diagnostics;
using System.IO;
using libsecondlife;
using MySql.Data.MySqlClient;
using OpenSim.Framework;
using OpenSim.Framework.Console;
using OpenSim.Region.Environment.Interfaces;
using OpenSim.Region.Environment.Scenes;

View File

@@ -29,6 +29,7 @@ using System;
using System.Collections.Generic;
using libsecondlife;
using MySql.Data.MySqlClient;
using OpenSim.Framework;
using OpenSim.Framework.Console;
namespace OpenSim.Data.MySQL

View File

@@ -33,6 +33,7 @@ using System.IO;
using System.Reflection;
using libsecondlife;
using MySql.Data.MySqlClient;
using OpenSim.Framework;
using OpenSim.Framework.Console;
namespace OpenSim.Data.MySQL

View File

@@ -30,6 +30,7 @@ using System.Collections.Generic;
using System.Data;
using System.Text.RegularExpressions;
using libsecondlife;
using OpenSim.Framework;
using OpenSim.Framework.Console;
namespace OpenSim.Data.MySQL