summaryrefslogtreecommitdiff
path: root/gjs/engine.h
diff options
context:
space:
mode:
Diffstat (limited to 'gjs/engine.h')
-rw-r--r--gjs/engine.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/gjs/engine.h b/gjs/engine.h
index 250255fe..a87ee273 100644
--- a/gjs/engine.h
+++ b/gjs/engine.h
@@ -24,8 +24,11 @@
#ifndef GJS_ENGINE_H_
#define GJS_ENGINE_H_
-#include "gjs/context-private.h"
-#include "jsapi-wrapper.h"
+#include <stddef.h> // for size_t
+
+#include "gjs/jsapi-wrapper.h"
+
+class GjsContextPrivate;
JSContext* gjs_create_js_context(GjsContextPrivate* uninitialized_gjs);