Move HFM.h to hfm subfolder per convention

This commit is contained in:
sabrina-shanman 2018-11-06 11:43:19 -08:00
parent c85b809e04
commit 1a69afb3e8
4 changed files with 3 additions and 3 deletions

View file

@ -17,7 +17,7 @@
#include <QFileInfo>
#include <QVariantHash>
#include <HFM.h>
#include <hfm/HFM.h>
#include "ui/ModelsBrowser.h"

View file

@ -25,7 +25,7 @@
#include <gpu/Texture.h>
#include <FBX.h>
#include <HFM.h>
#include <hfm/HFM.h>
using TextureBakerThreadGetter = std::function<QThread*()>;
using GetMaterialIDCallback = std::function <int(int)>;

View file

@ -27,7 +27,7 @@
#include <Transform.h>
#include "FBX.h"
#include <HFM.h>
#include <hfm/HFM.h>
#include <graphics/Geometry.h>
#include <graphics/Material.h>