diff options
author | RĂ©mi Verschelde <rverschelde@gmail.com> | 2018-09-12 10:37:23 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-09-12 10:37:23 +0200 |
commit | 5bd0ff003fdd82cf84a557251633ebb83bad4fd5 (patch) | |
tree | 248dc6dfca0e27c3b03533b45753a16d186d2811 /editor/import/resource_importer_texture.h | |
parent | cc71012266f880dcf3b37e40d5f90d9ce8b7a432 (diff) | |
parent | 277b24dfb7acdb42589b931252bbe7be81c7536e (diff) |
Merge pull request #21978 from akien-mga/include-core-absolute
Make core/ includes absolute, remove subfolders from include path
Diffstat (limited to 'editor/import/resource_importer_texture.h')
-rw-r--r-- | editor/import/resource_importer_texture.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editor/import/resource_importer_texture.h b/editor/import/resource_importer_texture.h index fd6f75c3f4..b49b29874d 100644 --- a/editor/import/resource_importer_texture.h +++ b/editor/import/resource_importer_texture.h @@ -31,8 +31,8 @@ #ifndef RESOURCEIMPORTTEXTURE_H #define RESOURCEIMPORTTEXTURE_H -#include "image.h" -#include "io/resource_import.h" +#include "core/image.h" +#include "core/io/resource_import.h" class StreamTexture; |