[gjs/iwyu-job: 2/2] break some includes



commit 3def864feb5433291dfca6ad7c7db097b4cf0c83
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]