forked from lijiext/lammps
avoid recursive header inclusion
This commit is contained in:
parent
9477df4244
commit
0f10c55c1c
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue