You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-12-01 16:38:31 +00:00
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:
@@ -30,13 +30,13 @@
|
||||
|
||||
#include "expression.h"
|
||||
|
||||
#include "class_db.h"
|
||||
#include "func_ref.h"
|
||||
#include "io/marshalls.h"
|
||||
#include "math_funcs.h"
|
||||
#include "os/os.h"
|
||||
#include "reference.h"
|
||||
#include "variant_parser.h"
|
||||
#include "core/class_db.h"
|
||||
#include "core/func_ref.h"
|
||||
#include "core/io/marshalls.h"
|
||||
#include "core/math/math_funcs.h"
|
||||
#include "core/os/os.h"
|
||||
#include "core/reference.h"
|
||||
#include "core/variant_parser.h"
|
||||
|
||||
const char *Expression::func_name[Expression::FUNC_MAX] = {
|
||||
"sin",
|
||||
|
||||
Reference in New Issue
Block a user