Base: [skip ci] Optimize includes to reduce compile time

This commit is contained in:
wmayer
2022-03-07 16:49:01 +01:00
parent 4977e55e51
commit 38471cc76b
4 changed files with 3 additions and 2 deletions

View File

@@ -25,6 +25,7 @@
#include "CoordinateSystem.h"
#include "Exception.h"
#include "Matrix.h"
using namespace Base;

View File

@@ -23,6 +23,7 @@
#include "PreCompiled.h"
#include "Placement.h"
#include "Matrix.h"
#include "Rotation.h"
#include "DualQuaternion.h"

View File

@@ -23,7 +23,6 @@
#ifndef BASE_PLACEMENT_H
#define BASE_PLACEMENT_H
#include "Matrix.h"
#include "Rotation.h"
#include "Vector3D.h"
@@ -31,6 +30,7 @@
namespace Base {
class DualQuat;
class Matrix4D;
/**
* The Placement class.

View File

@@ -35,7 +35,6 @@
#include <string>
#include <boost_signals2.hpp>
#include <QString>
#include <QObject>
// ----------------------------------------------------------------------------