Make Linux happy about header files

master
Beq 2025-02-21 20:24:31 +00:00
parent 6a12b00b82
commit 2728c252f4
3 changed files with 15 additions and 4 deletions

View File

@ -27,6 +27,7 @@
#include "fsfloaterposer.h"
#include "fsposeranimator.h"
#include "fsvirtualtrackpad.h"
#include "v4color.h"
#include "llagent.h"
#include "llavatarnamecache.h"
#include "llcheckboxctrl.h"

View File

@ -25,7 +25,19 @@
* $/LicenseInfo$
*/
#include "fsmaniprotatejoint.h"
#include "llviewerprecompiledheaders.h"
#include "fsmaniprotatejoint.h"
// library includes
#include "llmath.h"
#include "llgl.h"
#include "llrender.h"
#include "v4color.h"
#include "llprimitive.h"
#include "llview.h"
#include "llfontgl.h"
#include "llrendersphere.h"
#include "llvoavatar.h"
#include "lljoint.h"

View File

@ -2,10 +2,8 @@
#ifndef FS_MANIP_ROTATE_JOINT_H
#define FS_MANIP_ROTATE_JOINT_H
#include "llmath.h"
#include "llmaniprotate.h"
#include "llselectmgr.h"
#include "llmaniprotate.h"
class LLJoint;
class LLVOAvatar; // or LLVOAvatarSelf, etc.
namespace {