summaryrefslogtreecommitdiff
path: root/core/method_bind.cpp
diff options
context:
space:
mode:
authorRĂ©mi Verschelde <rverschelde@gmail.com>2018-09-12 10:37:23 +0200
committerGitHub <noreply@github.com>2018-09-12 10:37:23 +0200
commit5bd0ff003fdd82cf84a557251633ebb83bad4fd5 (patch)
tree248dc6dfca0e27c3b03533b45753a16d186d2811 /core/method_bind.cpp
parentcc71012266f880dcf3b37e40d5f90d9ce8b7a432 (diff)
parent277b24dfb7acdb42589b931252bbe7be81c7536e (diff)
Merge pull request #21978 from akien-mga/include-core-absolute
Make core/ includes absolute, remove subfolders from include path
Diffstat (limited to 'core/method_bind.cpp')
-rw-r--r--core/method_bind.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/method_bind.cpp b/core/method_bind.cpp
index 52ee9e0848..fa5b88b5ac 100644
--- a/core/method_bind.cpp
+++ b/core/method_bind.cpp
@@ -30,7 +30,7 @@
// object.h needs to be the first include *before* method_bind.h
// FIXME: Find out why and fix potential cyclical dependencies.
-#include "object.h"
+#include "core/object.h"
#include "method_bind.h"