fixup header include ordering

This commit is contained in:
asrael 2025-11-13 07:15:41 -06:00
parent 75948c2894
commit b9618a40e4
18 changed files with 42 additions and 31 deletions

View file

@ -1,11 +1,11 @@
#include <math.h>
#include "pxl8_world.h"
#include <stdlib.h>
#include <string.h>
#include "pxl8_bsp.h"
#include "pxl8_macros.h"
#include "pxl8_procgen.h"
#include "pxl8_world.h"
struct pxl8_world {
pxl8_bsp bsp;