avoid recursive header inclusion

This commit is contained in:
Axel Kohlmeyer 2019-07-26 17:26:59 -04:00
parent 9477df4244
commit 0f10c55c1c
No known key found for this signature in database
GPG Key ID: D9B44E93BF0C375A
1 changed files with 0 additions and 2 deletions

View File

@ -15,7 +15,6 @@
* CONTACT: anderk5@rpi.edu *
*_________________________________________________________________________*/
#ifndef SYSTEM_H
#define SYSTEM_H
@ -31,7 +30,6 @@
#include "workspace.h"
#include "matrixfun.h"
#include "onsolver.h"
#include "system.h"
#include "inertialframe.h"
#include "rigidbody.h"
#include "revolutejoint.h"