diff options
Diffstat (limited to 'tools/platform/model.cpp')
| -rw-r--r-- | tools/platform/model.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tools/platform/model.cpp b/tools/platform/model.cpp index 18a7ad641..a0786d8da 100644 --- a/tools/platform/model.cpp +++ b/tools/platform/model.cpp @@ -4,15 +4,15 @@ #include "window.h" #define TINYOBJLOADER_IMPLEMENTATION -#include "../../external/tinyobjloader/tiny_obj_loader.h" +#include "tiny_obj_loader.h" #define STB_IMAGE_IMPLEMENTATION #include "stb_image.h" #define STB_IMAGE_RESIZE_IMPLEMENTATION -#include "../../external/glm/glm/glm.hpp" -#include "../../external/glm/glm/gtc/constants.hpp" -#include "../../external/glm/glm/gtc/matrix_transform.hpp" +#include "glm/glm.hpp" +#include "glm/gtc/constants.hpp" +#include "glm/gtc/matrix_transform.hpp" #include "stb_image_resize.h" #include <memory> |
