Skip to content

Commit 46f46e5

Browse files
authored
Merge pull request #492 from FunkyAss/fix/call_api_pulls_inline
Fix "Call API pulls inline API"
2 parents 83d5b2c + a97af50 commit 46f46e5

50 files changed

Lines changed: 70 additions & 68 deletions

Some content is hidden

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

docs/source/call.rst

Lines changed: 3 additions & 2 deletions

include/cglm/call.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
extern "C" {
1212
#endif
1313

14-
#include "cglm.h"
1514
#include "call/vec2.h"
1615
#include "call/vec3.h"
1716
#include "call/vec4.h"

include/cglm/call/aabb2d.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
extern "C" {
1212
#endif
1313

14-
#include "../cglm.h"
14+
#include "../common.h"
1515

1616
/* DEPRECATED! use _diag */
1717
#define glmc_aabb2d_size(aabb) glmc_aabb2d_diag(aabb)

include/cglm/call/affine.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
extern "C" {
1212
#endif
1313

14-
#include "../cglm.h"
14+
#include "../common.h"
1515

1616
CGLM_EXPORT
1717
void

include/cglm/call/affine2d.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
extern "C" {
1212
#endif
1313

14-
#include "../cglm.h"
14+
#include "../common.h"
1515

1616
CGLM_EXPORT
1717
void

include/cglm/call/bezier.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
extern "C" {
1212
#endif
1313

14-
#include "../cglm.h"
14+
#include "../common.h"
1515

1616
CGLM_EXPORT
1717
float

include/cglm/call/box.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
extern "C" {
1212
#endif
1313

14-
#include "../cglm.h"
14+
#include "../common.h"
1515

1616
CGLM_EXPORT
1717
void

include/cglm/call/cam.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
extern "C" {
1212
#endif
1313

14-
#include "../cglm.h"
14+
#include "../common.h"
1515

1616
CGLM_EXPORT
1717
void

include/cglm/call/clipspace/ortho_lh_no.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
extern "C" {
1212
#endif
1313

14-
#include "../../cglm.h"
14+
#include "../../common.h"
1515

1616
CGLM_EXPORT
1717
void

include/cglm/call/clipspace/ortho_lh_zo.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
extern "C" {
1212
#endif
1313

14-
#include "../../cglm.h"
14+
#include "../../common.h"
1515

1616
CGLM_EXPORT
1717
void

0 commit comments

Comments
 (0)