Make core/ includes absolute, remove subfolders from include path
This allows more consistency in the manner we include core headers, where previously there would be a mix of absolute, relative and include path-dependent includes.
This commit is contained in:
@ -31,8 +31,8 @@
|
||||
#ifndef EDITOR_EXPORT_H
|
||||
#define EDITOR_EXPORT_H
|
||||
|
||||
#include "os/dir_access.h"
|
||||
#include "resource.h"
|
||||
#include "core/os/dir_access.h"
|
||||
#include "core/resource.h"
|
||||
#include "scene/main/node.h"
|
||||
#include "scene/main/timer.h"
|
||||
#include "scene/resources/texture.h"
|
||||
|
||||
Reference in New Issue
Block a user