Move FBXSerializer import by AnimationCache to source file

This commit is contained in:
sabrina-shanman 2018-11-26 14:31:57 -08:00
parent b3d5f2fa65
commit 98853b5d1d
2 changed files with 2 additions and 1 deletions

View file

@ -20,6 +20,7 @@
#include <Profile.h>
#include "AnimationLogging.h"
#include <FBXSerializer.h>
int animationPointerMetaTypeId = qRegisterMetaType<AnimationPointer>();

View file

@ -17,7 +17,7 @@
#include <QtScript/QScriptValue>
#include <DependencyManager.h>
#include <FBXSerializer.h>
#include <hfm/HFM.h>
#include <ResourceCache.h>
class Animation;