summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authorJames Cook <james@lindenlab.com>2010-03-08 16:41:20 -0800
committerJames Cook <james@lindenlab.com>2010-03-08 16:41:20 -0800
commitf3651ae32c96296d93d4920ed33103d568a9c1fd (patch)
tree3fb8c195f6ef66fc6749591068f7aab374eda401 /indra
parent1f340919533db8c49755002311b72483057a56c9 (diff)
Trivial header file cleanup
Diffstat (limited to 'indra')
-rw-r--r--indra/newview/lldrawable.h1
-rw-r--r--indra/newview/llhudicon.h1
-rw-r--r--indra/newview/llhudobject.h2
3 files changed, 3 insertions, 1 deletions
diff --git a/indra/newview/lldrawable.h b/indra/newview/lldrawable.h
index 651dabff9e..b8b09b89f1 100644
--- a/indra/newview/lldrawable.h
+++ b/indra/newview/lldrawable.h
@@ -53,6 +53,7 @@ class LLCamera;
class LLDrawPool;
class LLDrawable;
class LLFace;
+class LLFacePool;
class LLSpatialGroup;
class LLSpatialBridge;
class LLSpatialPartition;
diff --git a/indra/newview/llhudicon.h b/indra/newview/llhudicon.h
index 770e3bbcd0..91b3a64250 100644
--- a/indra/newview/llhudicon.h
+++ b/indra/newview/llhudicon.h
@@ -50,6 +50,7 @@
// Renders a 2D icon billboard floating at the location specified.
class LLDrawable;
class LLViewerObject;
+class LLViewerTexture;
class LLHUDIcon : public LLHUDObject
{
diff --git a/indra/newview/llhudobject.h b/indra/newview/llhudobject.h
index d304ac41af..6b70d1922c 100644
--- a/indra/newview/llhudobject.h
+++ b/indra/newview/llhudobject.h
@@ -42,7 +42,7 @@
#include "v4color.h"
#include "v3math.h"
#include "v3dmath.h"
-#include "lldrawpool.h"
+#include "lldrawpool.h" // TODO: eliminate, unused below
#include <list>
class LLViewerCamera;