aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llfloaternamedesc.cpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--linden/indra/newview/llfloaternamedesc.cpp9
1 files changed, 7 insertions, 2 deletions
diff --git a/linden/indra/newview/llfloaternamedesc.cpp b/linden/indra/newview/llfloaternamedesc.cpp
index f5ef7dc..5f41b13 100644
--- a/linden/indra/newview/llfloaternamedesc.cpp
+++ b/linden/indra/newview/llfloaternamedesc.cpp
@@ -29,6 +29,8 @@
29#include "llviewerprecompiledheaders.h" 29#include "llviewerprecompiledheaders.h"
30 30
31#include "llfloaternamedesc.h" 31#include "llfloaternamedesc.h"
32
33// project includes
32#include "lllineeditor.h" 34#include "lllineeditor.h"
33#include "llresmgr.h" 35#include "llresmgr.h"
34#include "lltextbox.h" 36#include "lltextbox.h"
@@ -36,13 +38,16 @@
36#include "llviewerwindow.h" 38#include "llviewerwindow.h"
37#include "llfocusmgr.h" 39#include "llfocusmgr.h"
38#include "llradiogroup.h" 40#include "llradiogroup.h"
39#include "llassetstorage.h"
40#include "lldbstrings.h" 41#include "lldbstrings.h"
41#include "lldir.h" 42#include "lldir.h"
42#include "llviewercontrol.h" 43#include "llviewercontrol.h"
43#include "llviewermenu.h" 44#include "llviewermenufile.h" // upload_new_resource()
44#include "llvieweruictrlfactory.h" 45#include "llvieweruictrlfactory.h"
45 46
47// linden includes
48#include "llassetstorage.h"
49#include "llinventorytype.h"
50
46const S32 PREVIEW_LINE_HEIGHT = 19; 51const S32 PREVIEW_LINE_HEIGHT = 19;
47const S32 PREVIEW_CLOSE_BOX_SIZE = 16; 52const S32 PREVIEW_CLOSE_BOX_SIZE = 16;
48const S32 PREVIEW_BORDER_WIDTH = 2; 53const S32 PREVIEW_BORDER_WIDTH = 2;