avoid recursive header inclusion
This commit is contained in:
@ -15,7 +15,6 @@
|
|||||||
* CONTACT: anderk5@rpi.edu *
|
* CONTACT: anderk5@rpi.edu *
|
||||||
*_________________________________________________________________________*/
|
*_________________________________________________________________________*/
|
||||||
|
|
||||||
|
|
||||||
#ifndef SYSTEM_H
|
#ifndef SYSTEM_H
|
||||||
#define SYSTEM_H
|
#define SYSTEM_H
|
||||||
|
|
||||||
@ -31,7 +30,6 @@
|
|||||||
#include "workspace.h"
|
#include "workspace.h"
|
||||||
#include "matrixfun.h"
|
#include "matrixfun.h"
|
||||||
#include "onsolver.h"
|
#include "onsolver.h"
|
||||||
#include "system.h"
|
|
||||||
#include "inertialframe.h"
|
#include "inertialframe.h"
|
||||||
#include "rigidbody.h"
|
#include "rigidbody.h"
|
||||||
#include "revolutejoint.h"
|
#include "revolutejoint.h"
|
||||||
|
|||||||
Reference in New Issue
Block a user