Clean up includes

meow-7.2.2
Ansariel 2018-12-14 00:53:52 +01:00
parent 86b46dbeee
commit 2d26846d9f
2 changed files with 1 additions and 3 deletions

View File

@ -53,7 +53,6 @@
#include "llvocache.h"
#include "llcontrolavatar.h"
#include "lldrawpoolavatar.h"
#include "llskinningutil.h"
const F32 MIN_INTERPOLATE_DISTANCE_SQUARED = 0.001f * 0.001f;
const F32 MAX_INTERPOLATE_DISTANCE_SQUARED = 10.f * 10.f;

View File

@ -28,7 +28,6 @@
#define LL_LLDRAWPOOLAVATAR_H
#include "lldrawpool.h"
#include "fsareasearch.h"
class LLVOAvatar;
class LLGLSLShader;
@ -36,7 +35,7 @@ class LLFace;
class LLMeshSkinInfo;
class LLVolume;
class LLVolumeFace;
class LLDrawable;
class LLDrawPoolAvatar : public LLFacePool
{