removed unused includes

This commit is contained in:
Sara 2023-11-12 19:51:37 +01:00
parent 5119d56d5e
commit 6f45df4d6b

View file

@ -2,10 +2,8 @@
#define _fencer_assets_h
#include "vmath.h"
#include "drop.h"
#include "asset.h"
#include <cjson/cJSON.h>
#include <stdint.h>
typedef void(*AssetDestructor)(void*);