diff options
author | Ima Mechanique <ima.mechanique@secondlife.com> | 2013-11-11 16:35:30 +0000 |
---|---|---|
committer | Ima Mechanique <ima.mechanique@secondlife.com> | 2013-11-11 16:35:30 +0000 |
commit | da240d7cf0cccf54a65ca906b612579932aa78e3 (patch) | |
tree | 3745c934bf45bd42727f073f2a70c1eb865d228f | |
parent | 377eb5561f885902585830226fd82c4ceeec4e05 (diff) |
Commenting out an include for lscript_rt_interface.h, intend to track down and remove all of these, where appropriate, later.
-rwxr-xr-x | indra/newview/llfloaterbulkpermission.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llfloaterbulkpermission.cpp b/indra/newview/llfloaterbulkpermission.cpp index 76f62a7880..c3e9a6f5fb 100755 --- a/indra/newview/llfloaterbulkpermission.cpp +++ b/indra/newview/llfloaterbulkpermission.cpp @@ -36,7 +36,7 @@ #include "llviewerobject.h" #include "llviewerobjectlist.h" #include "llviewerregion.h" -#include "lscript_rt_interface.h" +//#include "lscript_rt_interface.h" #include "llviewercontrol.h" #include "llviewerinventory.h" #include "llviewerobject.h" |