diff options
author | Richard Linden <none@none> | 2012-07-02 19:37:28 -0700 |
---|---|---|
committer | Richard Linden <none@none> | 2012-07-02 19:37:28 -0700 |
commit | 7d0150f12d8edcbd078ef570f7c64e44194e4335 (patch) | |
tree | bee231e4831545578d88e2e71b4aecb4026d0a29 /indra/newview/llfolderviewitem.h | |
parent | 7b4f24850b94aba41ee93c6f2901b012de2b7d30 (diff) |
CHUI-101 WIP Make LLFolderView general purpose
started to remove newview dependencies from llfolder*
Diffstat (limited to 'indra/newview/llfolderviewitem.h')
-rw-r--r-- | indra/newview/llfolderviewitem.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/llfolderviewitem.h b/indra/newview/llfolderviewitem.h index 581ec7239e..92923e82da 100644 --- a/indra/newview/llfolderviewitem.h +++ b/indra/newview/llfolderviewitem.h @@ -27,7 +27,6 @@ #define LLFOLDERVIEWITEM_H #include "llview.h" -#include "lldarray.h" // *TODO: Eliminate, forward declare #include "lluiimage.h" class LLFolderView; |