[gjs/iwyu-job: 3/3] break some includes
- From: Philip Chimento <pchimento src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gjs/iwyu-job: 3/3] break some includes
- Date: Wed, 3 Jun 2020 18:30:59 +0000 (UTC)
commit 17b263e77542129a0b1b8237d44b286f25381825
Author: Philip Chimento <philip chimento gmail com>
Date: Wed Jun 3 11:30:13 2020 -0700
break some includes
gi/closure.cpp | 1 +
gjs/debugger.cpp | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/gi/closure.cpp b/gi/closure.cpp
index f654cff4..5e2ac46a 100644
--- a/gi/closure.cpp
+++ b/gi/closure.cpp
@@ -31,6 +31,7 @@
#include <js/TypeDecls.h>
#include <jsapi.h> // for JS_IsExceptionPending, Call, JS_Get...
+#include "gi/boxed.h" // remove me
#include "gi/closure.h"
#include "gjs/context-private.h"
#include "gjs/jsapi-util-root.h"
diff --git a/gjs/debugger.cpp b/gjs/debugger.cpp
index 682ce73d..34079936 100644
--- a/gjs/debugger.cpp
+++ b/gjs/debugger.cpp
@@ -46,7 +46,7 @@
#include <js/CallArgs.h>
#include <js/PropertySpec.h>
#include <js/RootingAPI.h>
-#include <js/TypeDecls.h>
+// #include <js/TypeDecls.h>
#include <js/Utility.h> // for UniqueChars
#include <js/Value.h>
#include <jsapi.h> // for JS_DefineFunctions, JS_NewStringCopyZ
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]