mirror of
https://github.com/recp/cglm.git
synced 2026-02-17 03:39:05 +00:00
fix header dependencies
This commit is contained in:
@@ -16,6 +16,7 @@
|
|||||||
|
|
||||||
#include "common.h"
|
#include "common.h"
|
||||||
#include "mat4.h"
|
#include "mat4.h"
|
||||||
|
#include "mat3.h"
|
||||||
|
|
||||||
#ifdef CGLM_SSE_FP
|
#ifdef CGLM_SSE_FP
|
||||||
# include "simd/sse2/affine.h"
|
# include "simd/sse2/affine.h"
|
||||||
|
|||||||
@@ -45,7 +45,6 @@
|
|||||||
#define cglm_mat_h
|
#define cglm_mat_h
|
||||||
|
|
||||||
#include "common.h"
|
#include "common.h"
|
||||||
#include "quat.h"
|
|
||||||
#include "vec4.h"
|
#include "vec4.h"
|
||||||
#include "vec3.h"
|
#include "vec3.h"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user