diff options
Diffstat (limited to 'OpenSim.Storage/LocalStorageSQLite/SQLiteLocalStorage.cs')
-rw-r--r-- | OpenSim.Storage/LocalStorageSQLite/SQLiteLocalStorage.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim.Storage/LocalStorageSQLite/SQLiteLocalStorage.cs b/OpenSim.Storage/LocalStorageSQLite/SQLiteLocalStorage.cs index 8c9a5e1..ff7b146 100644 --- a/OpenSim.Storage/LocalStorageSQLite/SQLiteLocalStorage.cs +++ b/OpenSim.Storage/LocalStorageSQLite/SQLiteLocalStorage.cs | |||
@@ -34,7 +34,7 @@ using System.Data; | |||
34 | using System.Data.SQLite; | 34 | using System.Data.SQLite; |
35 | using libsecondlife; | 35 | using libsecondlife; |
36 | using OpenSim.Framework.Interfaces; | 36 | using OpenSim.Framework.Interfaces; |
37 | using OpenSim.Framework.Assets; | 37 | using OpenSim.Framework.Types; |
38 | using OpenSim.Framework.Terrain; | 38 | using OpenSim.Framework.Terrain; |
39 | 39 | ||
40 | namespace OpenSim.Storage.LocalStorageSQLite | 40 | namespace OpenSim.Storage.LocalStorageSQLite |