Skip to content

Commit de15a48

Browse files
author
Josh Wilson
committed
added 'ode_includes.h' to resolve #define collisions
1 parent 1882da9 commit de15a48

37 files changed

+40
-39
lines changed

panda/src/ode/Sources.pp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
$[TARGET]_composite2.cxx $[TARGET]_composite3.cxx
1616

1717
#define SOURCES \
18-
config_ode.h \
18+
ode_includes.h config_ode.h \
1919
odeWorld.I odeWorld.h \
2020
odeMass.I odeMass.h \
2121
odeBody.I odeBody.h \
@@ -74,7 +74,7 @@
7474

7575

7676
#define INSTALL_HEADERS \
77-
config_ode.h \
77+
ode_includes.h config_ode.h \
7878
odeWorld.I odeWorld.h \
7979
odeMass.I odeMass.h \
8080
odeBody.I odeBody.h \

panda/src/ode/odeAMotorJoint.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#include "typedObject.h"
66
#include "luse.h"
77

8-
#include "ode/ode.h"
8+
#include "ode_includes.h"
99

1010
#include "odeJoint.h"
1111

panda/src/ode/odeBallJoint.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#include "typedObject.h"
66
#include "luse.h"
77

8-
#include "ode/ode.h"
8+
#include "ode_includes.h"
99

1010
#include "odeJoint.h"
1111

panda/src/ode/odeBody.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
#include "typedObject.h"
2424
#include "luse.h"
2525

26-
#include "ode/ode.h"
26+
#include "ode_includes.h"
2727
#include "odeWorld.h"
2828
#include "odeMass.h"
2929

panda/src/ode/odeBoxGeom.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
#include "typedObject.h"
2424
#include "luse.h"
2525

26-
#include "ode/ode.h"
26+
#include "ode_includes.h"
2727
#include "odeGeom.h"
2828

2929
////////////////////////////////////////////////////////////////////

panda/src/ode/odeCappedCylinderGeom.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
#include "typedObject.h"
2424
#include "luse.h"
2525

26-
#include "ode/ode.h"
26+
#include "ode_includes.h"
2727
#include "odeGeom.h"
2828

2929
////////////////////////////////////////////////////////////////////

panda/src/ode/odeContact.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
#include "typedReferenceCount.h"
2424
#include "luse.h"
2525

26-
#include "ode/ode.h"
26+
#include "ode_includes.h"
2727
#include "odeSurfaceParameters.h"
2828
#include "odeContactGeom.h"
2929

panda/src/ode/odeContactGeom.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
#include "typedReferenceCount.h"
2424
#include "luse.h"
2525

26-
#include "ode/ode.h"
26+
#include "ode_includes.h"
2727
#include "OdeGeom.h"
2828

2929
////////////////////////////////////////////////////////////////////

panda/src/ode/odeContactJoint.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#include "typedObject.h"
66
#include "luse.h"
77

8-
#include "ode/ode.h"
8+
#include "ode_includes.h"
99

1010
#include "odeJoint.h"
1111
#include "odeContact.h"

panda/src/ode/odeConvexGeom.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
#include "typedObject.h"
2424
#include "luse.h"
2525

26-
#include "ode/ode.h"
26+
#include "ode_includes.h"
2727
#include "odeGeom.h"
2828

2929
////////////////////////////////////////////////////////////////////

0 commit comments

Comments
 (0)