Skip to content
Snippets Groups Projects
Commit f3651ae3 authored by James Cook's avatar James Cook
Browse files

Trivial header file cleanup

parent 1f340919
No related branches found
No related tags found
No related merge requests found
......@@ -53,6 +53,7 @@ class LLCamera;
class LLDrawPool;
class LLDrawable;
class LLFace;
class LLFacePool;
class LLSpatialGroup;
class LLSpatialBridge;
class LLSpatialPartition;
......
......@@ -50,6 +50,7 @@
// Renders a 2D icon billboard floating at the location specified.
class LLDrawable;
class LLViewerObject;
class LLViewerTexture;
class LLHUDIcon : public LLHUDObject
{
......
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment