diff options
author | McCabe Maxsted | 2010-08-19 10:54:12 -0700 |
---|---|---|
committer | McCabe Maxsted | 2010-08-19 10:54:12 -0700 |
commit | 9302b9658ee8a2bc8547d5131faed42b6efa5575 (patch) | |
tree | cc43f4af2b727abf18986b283eface47cd23e59a /linden/indra/newview/llpanelinventory.cpp | |
parent | Disable ParticleChat by default, as it's a privacy concern. (diff) | |
download | meta-impy-9302b9658ee8a2bc8547d5131faed42b6efa5575.zip meta-impy-9302b9658ee8a2bc8547d5131faed42b6efa5575.tar.gz meta-impy-9302b9658ee8a2bc8547d5131faed42b6efa5575.tar.bz2 meta-impy-9302b9658ee8a2bc8547d5131faed42b6efa5575.tar.xz |
Applied RLVa-1.0.5e_fix.patch by Kitty Barnett to fix RLVa up to 1.0.5.e
Diffstat (limited to 'linden/indra/newview/llpanelinventory.cpp')
-rw-r--r-- | linden/indra/newview/llpanelinventory.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/linden/indra/newview/llpanelinventory.cpp b/linden/indra/newview/llpanelinventory.cpp index f882362..85f6ea2 100644 --- a/linden/indra/newview/llpanelinventory.cpp +++ b/linden/indra/newview/llpanelinventory.cpp | |||
@@ -82,12 +82,12 @@ | |||
82 | #include "llviewerwindow.h" | 82 | #include "llviewerwindow.h" |
83 | #include "llwearable.h" | 83 | #include "llwearable.h" |
84 | 84 | ||
85 | #include "hippoGridManager.h" | ||
86 | |||
85 | // [RLVa:KB] - Checked: 2009-07-06 (RLVa-1.0.0c) | 87 | // [RLVa:KB] - Checked: 2009-07-06 (RLVa-1.0.0c) |
86 | #include "llvoavatar.h" | 88 | #include "llvoavatar.h" |
87 | // [/RLVa:KB] | 89 | // [/RLVa:KB] |
88 | 90 | ||
89 | #include "hippoGridManager.h" | ||
90 | |||
91 | ///---------------------------------------------------------------------------- | 91 | ///---------------------------------------------------------------------------- |
92 | /// Local function declarations, constants, enums, and typedefs | 92 | /// Local function declarations, constants, enums, and typedefs |
93 | ///---------------------------------------------------------------------------- | 93 | ///---------------------------------------------------------------------------- |