From 9096fa6bab13c9594086c1e5cca0c3352b6a447e Mon Sep 17 00:00:00 2001 From: Recep Aslantas Date: Mon, 16 Aug 2021 14:27:12 +0300 Subject: [PATCH] fix include paths --- include/cglm/call/clipspace/ortho_lh_no.h | 2 +- include/cglm/call/clipspace/ortho_lh_zo.h | 2 +- include/cglm/call/clipspace/ortho_rh_no.h | 2 +- include/cglm/call/clipspace/ortho_rh_zo.h | 2 +- include/cglm/call/clipspace/persp_lh_no.h | 2 +- include/cglm/call/clipspace/persp_rh_no.h | 2 +- include/cglm/call/clipspace/persp_rh_zo.h | 2 +- include/cglm/call/clipspace/project_no.h | 2 +- include/cglm/call/clipspace/project_zo.h | 2 +- include/cglm/call/clipspace/view_lh_no.h | 2 +- include/cglm/call/clipspace/view_lh_zo.h | 2 +- include/cglm/call/clipspace/view_rh_no.h | 2 +- include/cglm/call/clipspace/view_rh_zo.h | 2 +- 13 files changed, 13 insertions(+), 13 deletions(-) diff --git a/include/cglm/call/clipspace/ortho_lh_no.h b/include/cglm/call/clipspace/ortho_lh_no.h index c19692c..3e26fa9 100644 --- a/include/cglm/call/clipspace/ortho_lh_no.h +++ b/include/cglm/call/clipspace/ortho_lh_no.h @@ -11,7 +11,7 @@ extern "C" { #endif -#include "../cglm.h" +#include "../../cglm.h" CGLM_EXPORT void diff --git a/include/cglm/call/clipspace/ortho_lh_zo.h b/include/cglm/call/clipspace/ortho_lh_zo.h index 572182c..dc4c610 100644 --- a/include/cglm/call/clipspace/ortho_lh_zo.h +++ b/include/cglm/call/clipspace/ortho_lh_zo.h @@ -11,7 +11,7 @@ extern "C" { #endif -#include "../cglm.h" +#include "../../cglm.h" CGLM_EXPORT void diff --git a/include/cglm/call/clipspace/ortho_rh_no.h b/include/cglm/call/clipspace/ortho_rh_no.h index c11acdc..dbba497 100644 --- a/include/cglm/call/clipspace/ortho_rh_no.h +++ b/include/cglm/call/clipspace/ortho_rh_no.h @@ -11,7 +11,7 @@ extern "C" { #endif -#include "../cglm.h" +#include "../../cglm.h" CGLM_EXPORT void diff --git a/include/cglm/call/clipspace/ortho_rh_zo.h b/include/cglm/call/clipspace/ortho_rh_zo.h index ba8d9ae..e79ae83 100644 --- a/include/cglm/call/clipspace/ortho_rh_zo.h +++ b/include/cglm/call/clipspace/ortho_rh_zo.h @@ -11,7 +11,7 @@ extern "C" { #endif -#include "../cglm.h" +#include "../../cglm.h" CGLM_EXPORT void diff --git a/include/cglm/call/clipspace/persp_lh_no.h b/include/cglm/call/clipspace/persp_lh_no.h index 25426a7..4bdbcfe 100644 --- a/include/cglm/call/clipspace/persp_lh_no.h +++ b/include/cglm/call/clipspace/persp_lh_no.h @@ -11,7 +11,7 @@ extern "C" { #endif -#include "../cglm.h" +#include "../../cglm.h" CGLM_EXPORT void diff --git a/include/cglm/call/clipspace/persp_rh_no.h b/include/cglm/call/clipspace/persp_rh_no.h index 7909904..9c0d65d 100644 --- a/include/cglm/call/clipspace/persp_rh_no.h +++ b/include/cglm/call/clipspace/persp_rh_no.h @@ -11,7 +11,7 @@ extern "C" { #endif -#include "../cglm.h" +#include "../../cglm.h" CGLM_EXPORT void diff --git a/include/cglm/call/clipspace/persp_rh_zo.h b/include/cglm/call/clipspace/persp_rh_zo.h index cf9f7dc..718d4ad 100644 --- a/include/cglm/call/clipspace/persp_rh_zo.h +++ b/include/cglm/call/clipspace/persp_rh_zo.h @@ -11,7 +11,7 @@ extern "C" { #endif -#include "../cglm.h" +#include "../../cglm.h" CGLM_EXPORT void diff --git a/include/cglm/call/clipspace/project_no.h b/include/cglm/call/clipspace/project_no.h index 8c26c96..c62c37b 100644 --- a/include/cglm/call/clipspace/project_no.h +++ b/include/cglm/call/clipspace/project_no.h @@ -11,7 +11,7 @@ extern "C" { #endif -#include "../cglm.h" +#include "../../cglm.h" CGLM_EXPORT void diff --git a/include/cglm/call/clipspace/project_zo.h b/include/cglm/call/clipspace/project_zo.h index d95a5fe..a7137bd 100644 --- a/include/cglm/call/clipspace/project_zo.h +++ b/include/cglm/call/clipspace/project_zo.h @@ -11,7 +11,7 @@ extern "C" { #endif -#include "../cglm.h" +#include "../../cglm.h" CGLM_EXPORT void diff --git a/include/cglm/call/clipspace/view_lh_no.h b/include/cglm/call/clipspace/view_lh_no.h index 56066e8..3b58c84 100644 --- a/include/cglm/call/clipspace/view_lh_no.h +++ b/include/cglm/call/clipspace/view_lh_no.h @@ -11,7 +11,7 @@ extern "C" { #endif -#include "../cglm.h" +#include "../../cglm.h" CGLM_EXPORT void diff --git a/include/cglm/call/clipspace/view_lh_zo.h b/include/cglm/call/clipspace/view_lh_zo.h index dbc5473..c877367 100644 --- a/include/cglm/call/clipspace/view_lh_zo.h +++ b/include/cglm/call/clipspace/view_lh_zo.h @@ -11,7 +11,7 @@ extern "C" { #endif -#include "../cglm.h" +#include "../../cglm.h" CGLM_EXPORT void diff --git a/include/cglm/call/clipspace/view_rh_no.h b/include/cglm/call/clipspace/view_rh_no.h index ae16fcc..6303dbf 100644 --- a/include/cglm/call/clipspace/view_rh_no.h +++ b/include/cglm/call/clipspace/view_rh_no.h @@ -11,7 +11,7 @@ extern "C" { #endif -#include "../cglm.h" +#include "../../cglm.h" CGLM_EXPORT void diff --git a/include/cglm/call/clipspace/view_rh_zo.h b/include/cglm/call/clipspace/view_rh_zo.h index b70c15c..00b8707 100644 --- a/include/cglm/call/clipspace/view_rh_zo.h +++ b/include/cglm/call/clipspace/view_rh_zo.h @@ -11,7 +11,7 @@ extern "C" { #endif -#include "../cglm.h" +#include "../../cglm.h" CGLM_EXPORT void