Remove dependency on the editor directory being in the build's include path.
- Add or remove the necessary subdirectorires to the includes to remove dependency on the editor directory being in the build's include path. - Ensure includes in modified files conform to style guideline. - Remove editor from the build include path.
This commit is contained in:
@ -31,7 +31,7 @@
|
||||
#ifndef RESOURCEIMPORTEROBJ_H
|
||||
#define RESOURCEIMPORTEROBJ_H
|
||||
|
||||
#include "import/resource_importer_scene.h"
|
||||
#include "resource_importer_scene.h"
|
||||
|
||||
class EditorOBJImporter : public EditorSceneImporter {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user