math: forward declarations;

This commit is contained in:
bjorn 2019-04-05 05:09:34 -07:00
parent 941fc1717f
commit 2d98d2fb30
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
#include "util.h"
#include "types.h"
#include "lib/math.h"
#include "lib/vec/vec.h"

View File

@ -1,5 +1,5 @@
#include "types.h"
#include "util.h"
#include <stdbool.h>
#include <stdint.h>
#define POOL_ALIGN 16

View File

@ -1,5 +1,5 @@
#include "types.h"
#include <stdint.h>
#include "util.h"
#pragma once