[Base] some sorting and cleanup
This commit is contained in:
@@ -21,7 +21,6 @@
|
||||
* *
|
||||
***************************************************************************/
|
||||
|
||||
|
||||
#include "PreCompiled.h"
|
||||
|
||||
#ifndef _PreComp_
|
||||
@@ -47,6 +46,8 @@
|
||||
#include <sys/sysctl.h>
|
||||
#endif
|
||||
|
||||
#include <csignal>
|
||||
|
||||
#include <QDir>
|
||||
#include <QFileInfo>
|
||||
#include <QProcessEnvironment>
|
||||
|
||||
@@ -24,9 +24,10 @@
|
||||
#ifndef BASE_CONVERTER_H
|
||||
#define BASE_CONVERTER_H
|
||||
|
||||
#include "Vector3D.h"
|
||||
#include "Rotation.h"
|
||||
#include <tuple>
|
||||
#include "Rotation.h"
|
||||
#include "Vector3D.h"
|
||||
|
||||
|
||||
namespace Base {
|
||||
|
||||
|
||||
@@ -30,6 +30,7 @@
|
||||
#include "Debugger.h"
|
||||
#include "Console.h"
|
||||
|
||||
|
||||
using namespace Base;
|
||||
|
||||
Debugger::Debugger(QObject* parent)
|
||||
|
||||
@@ -24,8 +24,8 @@
|
||||
#ifndef BASE_DEBUGGER_H
|
||||
#define BASE_DEBUGGER_H
|
||||
|
||||
#include <QObject>
|
||||
#include <QEventLoop>
|
||||
#include <QObject>
|
||||
#ifndef FC_GLOBAL_H
|
||||
#include <FCGlobal.h>
|
||||
#endif
|
||||
|
||||
@@ -22,9 +22,9 @@
|
||||
|
||||
#include "PreCompiled.h"
|
||||
|
||||
#include <cassert>
|
||||
#include "DualQuaternion.h"
|
||||
|
||||
#include "cassert"
|
||||
|
||||
Base::DualQuat Base::operator+(Base::DualQuat a, Base::DualQuat b)
|
||||
{
|
||||
|
||||
@@ -25,7 +25,7 @@
|
||||
|
||||
#include "DualNumber.h"
|
||||
#include <FCGlobal.h>
|
||||
//#include <Console.h> //DEBUG
|
||||
|
||||
|
||||
namespace Base {
|
||||
|
||||
|
||||
@@ -28,6 +28,7 @@
|
||||
#include "Console.h"
|
||||
#include "PyObjectBase.h"
|
||||
|
||||
|
||||
FC_LOG_LEVEL_INIT("Exception", true, true)
|
||||
|
||||
using namespace Base;
|
||||
|
||||
@@ -25,6 +25,7 @@
|
||||
#include "ExceptionFactory.h"
|
||||
#include <CXX/Objects.hxx>
|
||||
|
||||
|
||||
using namespace Base;
|
||||
|
||||
ExceptionFactory* ExceptionFactory::_pcSingleton = nullptr;
|
||||
|
||||
@@ -28,10 +28,10 @@
|
||||
# include <list>
|
||||
#endif
|
||||
|
||||
|
||||
#include "Factory.h"
|
||||
#include "Console.h"
|
||||
|
||||
|
||||
using namespace Base;
|
||||
|
||||
|
||||
|
||||
@@ -24,13 +24,12 @@
|
||||
#ifndef BASE_FILETEMPLATE_H
|
||||
#define BASE_FILETEMPLATE_H
|
||||
|
||||
// Std. configurations
|
||||
|
||||
#include <string>
|
||||
#ifndef FC_GLOBAL_H
|
||||
#include <FCGlobal.h>
|
||||
#endif
|
||||
|
||||
|
||||
namespace Base
|
||||
{
|
||||
|
||||
|
||||
@@ -27,6 +27,7 @@
|
||||
#include <QObject>
|
||||
#include <Base/Sequencer.h>
|
||||
|
||||
|
||||
namespace Base
|
||||
{
|
||||
|
||||
|
||||
Reference in New Issue
Block a user