fix public header's includes

This commit is contained in:
Recep Aslantas
2018-04-21 22:36:25 +03:00
parent 3c7a729729
commit 498a33fac5
8 changed files with 12 additions and 5 deletions

View File

@@ -9,9 +9,7 @@
#define cglm_plane_h
#include "common.h"
#include "mat4.h"
#include "vec4.h"
#include "vec3.h"
/*
Plane equation: Ax + By + Cz + D = 0;