summaryrefslogtreecommitdiff
path: root/gjs/jsapi-util-root.h
diff options
context:
space:
mode:
authorMarco Trevisan (TreviƱo) <mail@3v1n0.net>2021-05-17 18:17:02 +0200
committerPhilip Chimento <philip.chimento@gmail.com>2021-08-01 15:54:59 -0700
commit713ed60f719e2e11a20fd1508210b2195247d547 (patch)
tree1885caf1bc785d7ad6bfc9d60ec8a89478da63fa /gjs/jsapi-util-root.h
parent2fc0d36062c805aaa28a8e63763fafbe4d25cf75 (diff)
downloadgjs-713ed60f719e2e11a20fd1508210b2195247d547.tar.gz
context: Cleanup completed trampoline in context, as this is what they belong to
We're currently keeping a list of trampolines in a static vector, this is acceptable (at least for a single-context scenario), but trampolines are bound to a specific context so better to move the handling in the context.
Diffstat (limited to 'gjs/jsapi-util-root.h')
-rw-r--r--gjs/jsapi-util-root.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/gjs/jsapi-util-root.h b/gjs/jsapi-util-root.h
index bc58ba36..6758c722 100644
--- a/gjs/jsapi-util-root.h
+++ b/gjs/jsapi-util-root.h
@@ -21,8 +21,6 @@
#include <js/TracingAPI.h>
#include <js/TypeDecls.h>
-#include "gjs/context-private.h"
-#include "gjs/context.h"
#include "gjs/macros.h"
#include "util/log.h"