Skip to content

Commit b1dd5c4

Browse files
committed
Reformat ODE includes
1 parent eb8de3a commit b1dd5c4

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+132
-135
lines changed

Externals/ode/include/ode/collision.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@
2323
#ifndef _ODE_COLLISION_H_
2424
#define _ODE_COLLISION_H_
2525

26-
#include "../../include/ode/common.h"
27-
#include "../../include/ode/collision_space.h"
28-
#include "../../include/ode/contact.h"
26+
#include <ode/common.h>
27+
#include <ode/collision_space.h>
28+
#include <ode/contact.h>
2929

3030
#ifdef __cplusplus
3131
extern "C" {

Externals/ode/include/ode/collision_space.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
#ifndef _ODE_COLLISION_SPACE_H_
2424
#define _ODE_COLLISION_SPACE_H_
2525

26-
#include "../../include/ode/common.h"
26+
#include <ode/common.h>
2727

2828
#ifdef __cplusplus
2929
extern "C" {

Externals/ode/include/ode/common.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
#ifndef _ODE_COMMON_H_
2424
#define _ODE_COMMON_H_
2525

26-
#include "config.h"
27-
#include "error.h"
26+
#include <ode/config.h>
27+
#include <ode/error.h>
2828

2929
#ifdef __cplusplus
3030
extern "C" {

Externals/ode/include/ode/contact.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
#ifndef _ODE_CONTACT_H_
2424
#define _ODE_CONTACT_H_
2525

26-
#include "common.h"
26+
#include <ode/common.h>
2727

2828
#ifdef __cplusplus
2929
extern "C" {

Externals/ode/include/ode/error.h

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
#ifndef _ODE_ERROR_H_
2626
#define _ODE_ERROR_H_
2727

28-
#include "config.h"
28+
#include <ode/config.h>
2929

3030
#ifdef __cplusplus
3131
extern "C" {
@@ -54,9 +54,7 @@ dMessageFunction *dGetMessageHandler();
5454
void _cdecl dError (int num, const char *msg, ...);
5555
void _cdecl dDebug (int num, const char *msg, ...);
5656
void _cdecl dMessage (int num, const char *msg, ...);
57-
//#define dError(a,b)
58-
//#define dDebug(a,b)
59-
//#define dMessage(a,b)
57+
6058

6159
#ifdef __cplusplus
6260
}

Externals/ode/include/ode/export-dif.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
#ifndef _ODE_EXPORT_DIF_
2424
#define _ODE_EXPORT_DIF_
2525

26-
#include "common.h"
26+
#include <ode/common.h>
2727

2828

2929
void dWorldExportDIF (dWorldID w, FILE *file, const char *world_name);

Externals/ode/include/ode/mass.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
#ifndef _ODE_MASS_H_
2424
#define _ODE_MASS_H_
2525

26-
#include "common.h"
26+
#include <ode/common.h>
2727

2828
#ifdef __cplusplus
2929
extern "C" {

Externals/ode/include/ode/matrix.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
#ifndef _ODE_MATRIX_H_
2626
#define _ODE_MATRIX_H_
2727

28-
#include "common.h"
28+
#include <ode/common.h>
2929

3030

3131
#ifdef __cplusplus

Externals/ode/include/ode/memory.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
#ifndef _ODE_MEMORY_H_
2626
#define _ODE_MEMORY_H_
2727

28-
#include "config.h"
28+
#include "ode/config.h"
2929

3030
#ifdef __cplusplus
3131
extern "C" {

Externals/ode/include/ode/misc.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
#ifndef _ODE_MISC_H_
2626
#define _ODE_MISC_H_
2727

28-
#include "common.h"
28+
#include <ode/common.h>
2929

3030

3131
#ifdef __cplusplus

0 commit comments

Comments
 (0)