diff options
Diffstat (limited to 'slox')
| -rw-r--r-- | slox/slox/loader/SloxObjectLoader.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/slox/slox/loader/SloxObjectLoader.hpp b/slox/slox/loader/SloxObjectLoader.hpp index 224943b..d17c331 100644 --- a/slox/slox/loader/SloxObjectLoader.hpp +++ b/slox/slox/loader/SloxObjectLoader.hpp @@ -7,8 +7,8 @@ * SloxObjectLoader.hpp: <description> */ -#include "slox/SloxTextureFactory.hpp" #include "slox/loader/SloxModelObject.hpp" +#include "slox/SloxTextureFactory.hpp" #include <cerrno> #include <fstream> |