mirror of
https://github.com/overte-org/overte.git
synced 2025-04-08 08:14:48 +02:00
Remove/move some unused serializer imports
This commit is contained in:
parent
8e0fb0f9c4
commit
5b6e2aae5a
5 changed files with 6 additions and 4 deletions
|
@ -17,6 +17,7 @@
|
|||
#include <QTemporaryDir>
|
||||
|
||||
#include <FSTReader.h>
|
||||
#include <FBXSerializer.h>
|
||||
#include <OffscreenUi.h>
|
||||
|
||||
#include "ModelSelector.h"
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
|
||||
#include <QDialog>
|
||||
|
||||
#include <FBXSerializer.h>
|
||||
#include <hfm/HFM.h>
|
||||
#include <FSTReader.h>
|
||||
|
||||
#include "ui/ModelsBrowser.h"
|
||||
|
|
|
@ -13,7 +13,6 @@
|
|||
|
||||
#include <PathUtils.h>
|
||||
|
||||
#include <FBXSerializer.h>
|
||||
#include <FBXWriter.h>
|
||||
|
||||
#ifdef _WIN32
|
||||
|
|
|
@ -15,6 +15,8 @@
|
|||
#include <QVector>
|
||||
|
||||
#include <NumericalConstants.h>
|
||||
#include <FBXSerializer.h>
|
||||
#include <OBJSerializer.h>
|
||||
|
||||
|
||||
// FBXSerializer jumbles the order of the meshes by reading them back out of a hashtable. This will put
|
||||
|
|
|
@ -18,10 +18,10 @@
|
|||
#include <vector>
|
||||
#include <chrono> //c++11 feature
|
||||
#include <QFile>
|
||||
#include <FBXSerializer.h>
|
||||
#include <OBJSerializer.h>
|
||||
#include <VHACD.h>
|
||||
|
||||
#include <hfm/HFM.h>
|
||||
|
||||
namespace vhacd {
|
||||
class VHACDUtil {
|
||||
public:
|
||||
|
|
Loading…
Reference in a new issue