removed unused includes
This commit is contained in:
parent
5119d56d5e
commit
6f45df4d6b
|
@ -2,10 +2,8 @@
|
||||||
#define _fencer_assets_h
|
#define _fencer_assets_h
|
||||||
|
|
||||||
#include "vmath.h"
|
#include "vmath.h"
|
||||||
#include "drop.h"
|
|
||||||
#include "asset.h"
|
#include "asset.h"
|
||||||
#include <cjson/cJSON.h>
|
#include <cjson/cJSON.h>
|
||||||
#include <stdint.h>
|
|
||||||
|
|
||||||
typedef void(*AssetDestructor)(void*);
|
typedef void(*AssetDestructor)(void*);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue