FilamentApp: use angle bracket syntax for includes.
This commit is contained in:
@@ -37,8 +37,8 @@
|
||||
#include <math/mat4.h>
|
||||
#include <math/vec4.h>
|
||||
|
||||
#include "filamentapp/Config.h"
|
||||
#include "filamentapp/FilamentApp.h"
|
||||
#include <filamentapp/Config.h>
|
||||
#include <filamentapp/FilamentApp.h>
|
||||
#include <stb_image.h>
|
||||
|
||||
#include <utils/EntityManager.h>
|
||||
|
||||
Reference in New Issue
Block a user