fix header dependencies

This commit is contained in:
Recep Aslantas
2018-05-07 21:12:29 +03:00
parent a9d56f2dae
commit 0f339c5c03
2 changed files with 1 additions and 1 deletions

View File

@@ -16,6 +16,7 @@
#include "common.h"
#include "mat4.h"
#include "mat3.h"
#ifdef CGLM_SSE_FP
# include "simd/sse2/affine.h"

View File

@@ -45,7 +45,6 @@
#define cglm_mat_h
#include "common.h"
#include "quat.h"
#include "vec4.h"
#include "vec3.h"