From 0f10c55c1cbc693491c6d180807a7ca40f61b18a Mon Sep 17 00:00:00 2001 From: Axel Kohlmeyer Date: Fri, 26 Jul 2019 17:26:59 -0400 Subject: [PATCH] avoid recursive header inclusion --- lib/poems/system.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/poems/system.h b/lib/poems/system.h index 1b59395de7..573044ce33 100644 --- a/lib/poems/system.h +++ b/lib/poems/system.h @@ -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"