Make Linux happy about header files
parent
6a12b00b82
commit
2728c252f4
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in New Issue