summaryrefslogtreecommitdiff
path: root/indra/newview/llappviewer.h
diff options
context:
space:
mode:
authorBryan O'Sullivan <bos@lindenlab.com>2009-06-29 11:43:20 -0700
committerBryan O'Sullivan <bos@lindenlab.com>2009-06-29 11:43:20 -0700
commit87918b4bfe27ddcba2e4a44323ebc85e509a92fc (patch)
treee37cc81e7b6292750941e767d33910fd95f20bb6 /indra/newview/llappviewer.h
parentb74af1c2aa4d8804a240135f54df7d3c21ce3ab6 (diff)
parentcb8641a639d077fe03853e69be597ee359f5a01f (diff)
Merge with viewer-2.0.0-3
Diffstat (limited to 'indra/newview/llappviewer.h')
-rw-r--r--indra/newview/llappviewer.h11
1 files changed, 8 insertions, 3 deletions
diff --git a/indra/newview/llappviewer.h b/indra/newview/llappviewer.h
index b23bd8cc81..540c878543 100644
--- a/indra/newview/llappviewer.h
+++ b/indra/newview/llappviewer.h
@@ -33,14 +33,19 @@
#ifndef LL_LLAPPVIEWER_H
#define LL_LLAPPVIEWER_H
+#include "llallocator.h"
#include "llcontrol.h"
+#include "llsys.h" // for LLOSInfo
+class LLCommandLineParser;
+class LLFrameTimer;
+class LLPumpIO;
class LLTextureCache;
-class LLWorkerThread;
class LLTextureFetch;
+class LLTimer;
+class LLVFS;
class LLWatchdogTimeout;
-class LLCommandLineParser;
-class LLAllocator;
+class LLWorkerThread;