aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/lllcd.cpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--linden/indra/newview/lllcd.cpp6
1 files changed, 5 insertions, 1 deletions
diff --git a/linden/indra/newview/lllcd.cpp b/linden/indra/newview/lllcd.cpp
index f6fec7d..f980ee4 100644
--- a/linden/indra/newview/lllcd.cpp
+++ b/linden/indra/newview/lllcd.cpp
@@ -31,11 +31,14 @@
31 31
32 32
33#include "llviewerprecompiledheaders.h" 33#include "llviewerprecompiledheaders.h"
34#include "lllcd.h"
35
34#include "llcontrol.h" 36#include "llcontrol.h"
35#include "llstatusbar.h" 37#include "llstatusbar.h"
36#include "llviewerregion.h" 38#include "llviewerregion.h"
37#include "llviewerstats.h" 39#include "llviewerstats.h"
38#include "llvieweruictrlfactory.h" 40#include "llvieweruictrlfactory.h"
41#include "llviewercontrol.h"
39 42
40#if LL_LCD_COMPILE 43#if LL_LCD_COMPILE
41 44
@@ -47,7 +50,8 @@ extern LLControlGroup gSavedSettings;
47// for Logitech LCD keyboards / speakers 50// for Logitech LCD keyboards / speakers
48#include "EZ_LCD.h" 51#include "EZ_LCD.h"
49#include "lllogitechlcd.h" 52#include "lllogitechlcd.h"
50#include "lllcd.h" 53
54llLCD *gLcdScreen = NULL; // Singleton-ish?
51 55
52// not happy about this, but there's no local class to put it in. 56// not happy about this, but there's no local class to put it in.
53LLPanel *bogus = NULL; 57LLPanel *bogus = NULL;