diff options
author | Adam Frisby | 2008-04-30 21:32:14 +0000 |
---|---|---|
committer | Adam Frisby | 2008-04-30 21:32:14 +0000 |
commit | 3da6a05eaa43e1905d16b87b539c8253bad9a017 (patch) | |
tree | 95e1bf0905ee8bafaec41d17298b63de59980b98 /OpenSim/Region/Environment/Interfaces/IHttpRequests.cs | |
parent | * And more (diff) | |
download | opensim-SC_OLD-3da6a05eaa43e1905d16b87b539c8253bad9a017.zip opensim-SC_OLD-3da6a05eaa43e1905d16b87b539c8253bad9a017.tar.gz opensim-SC_OLD-3da6a05eaa43e1905d16b87b539c8253bad9a017.tar.bz2 opensim-SC_OLD-3da6a05eaa43e1905d16b87b539c8253bad9a017.tar.xz |
* Sometimes you know, you do something really stupid.
* This is one of those times (should fix build)
Diffstat (limited to 'OpenSim/Region/Environment/Interfaces/IHttpRequests.cs')
-rw-r--r-- | OpenSim/Region/Environment/Interfaces/IHttpRequests.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Environment/Interfaces/IHttpRequests.cs b/OpenSim/Region/Environment/Interfaces/IHttpRequests.cs index 39d5564..46ba9b2 100644 --- a/OpenSim/Region/Environment/Interfaces/IHttpRequests.cs +++ b/OpenSim/Region/Environment/Interfaces/IHttpRequests.cs | |||
@@ -27,7 +27,7 @@ | |||
27 | 27 | ||
28 | using System.Collections.Generic; | 28 | using System.Collections.Generic; |
29 | using libsecondlife; | 29 | using libsecondlife; |
30 | using OpenSim.Region.Environment.Modules; | 30 | using OpenSim.Region.Environment.Modules.Scripting.HttpRequest; |
31 | 31 | ||
32 | namespace OpenSim.Region.Environment.Interfaces | 32 | namespace OpenSim.Region.Environment.Interfaces |
33 | { | 33 | { |