mirror of
https://github.com/overte-org/overte.git
synced 2025-04-21 17:03:58 +02:00
Remove unused variable, reorder includes.
This commit is contained in:
parent
635f3b6dc3
commit
f8c14a5717
1 changed files with 3 additions and 6 deletions
|
@ -8,14 +8,11 @@
|
|||
|
||||
#include <QtCore/QDataStream>
|
||||
|
||||
#include "HandData.h"
|
||||
#include "AvatarData.h"
|
||||
#include <SharedUtil.h>
|
||||
#include <GeometryUtil.h>
|
||||
#include <SharedUtil.h>
|
||||
|
||||
|
||||
// When converting between fixed and float, use this as the radix.
|
||||
const int fingerVectorRadix = 4;
|
||||
#include "AvatarData.h"
|
||||
#include "HandData.h"
|
||||
|
||||
HandData::HandData(AvatarData* owningAvatar) :
|
||||
_owningAvatarData(owningAvatar)
|
||||
|
|
Loading…
Reference in a new issue