Skip to content

Commit f66ffc9

Browse files
AhmedAmrNabilAhmedSobhy01
authored andcommitted
fix: reorder asset-loader include for consistency
1 parent 269465d commit f66ffc9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/common/model/model.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
#include <assimp/scene.h>
55

66
#include <algorithm>
7-
#include <asset-loader.hpp>
87
#include <assimp/Importer.hpp>
98
#include <iostream>
109
#include <unordered_map>
1110

1211
#include "ai-glm-utils.hpp"
12+
#include "asset-loader.hpp"
1313
#include "texture/texture-utils.hpp"
1414

1515
namespace our {

0 commit comments

Comments
 (0)