diff options
author | Don Kjer <don@lindenlab.com> | 2012-09-08 04:39:11 +0000 |
---|---|---|
committer | Don Kjer <don@lindenlab.com> | 2012-09-08 04:39:11 +0000 |
commit | cf7eb79fa7eadd6d76890d2a3f9da905de8f4691 (patch) | |
tree | 81dd407136683d52f30db5ccca2c9cc8c72342d1 /indra/newview/llpanelobjectinventory.cpp | |
parent | 5f8b94094877730082340dc21ff0162b6177a427 (diff) |
Removed most llappearance -> llui dependencies (LLTrans remains). Moved LLInventoryIcon::EIconName into LLInventoryType. Moved LLInventoryIcon back to newview. Moved LLUI gl_* functions into llrender.
Diffstat (limited to 'indra/newview/llpanelobjectinventory.cpp')
-rw-r--r-- | indra/newview/llpanelobjectinventory.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llpanelobjectinventory.cpp b/indra/newview/llpanelobjectinventory.cpp index 1ca24f3031..7c3425d71b 100644 --- a/indra/newview/llpanelobjectinventory.cpp +++ b/indra/newview/llpanelobjectinventory.cpp @@ -47,6 +47,7 @@ #include "llfolderview.h" #include "llinventorybridge.h" #include "llinventorydefines.h" +#include "llinventoryicon.h" #include "llinventoryfilter.h" #include "llinventoryfunctions.h" #include "llpreviewanim.h" |