From ee06a70ea6ac51aa451d55c92b807346458822d7 Mon Sep 17 00:00:00 2001 From: reduz Date: Thu, 15 Oct 2020 12:29:59 -0300 Subject: Refactor MethodBind to use variadic templates Removed make_binders and the old style generated binders. --- core/resource.h | 1 - 1 file changed, 1 deletion(-) (limited to 'core/resource.h') diff --git a/core/resource.h b/core/resource.h index 7699d48735..41707f216d 100644 --- a/core/resource.h +++ b/core/resource.h @@ -32,7 +32,6 @@ #define RESOURCE_H #include "core/class_db.h" -#include "core/object.h" #include "core/reference.h" #include "core/safe_refcount.h" #include "core/self_list.h" -- cgit v1.2.3