[gjs/refactor-globals: 2/2] Fix iwyu errors.



commit 3b3afa7454b0ec5699cf6fbc452fb05fa9970400
Author: Evan Welsh <noreply evanwelsh com>
Date:   Sat Jul 18 01:32:06 2020 -0500

    Fix iwyu errors.

 gjs/context-private.h | 1 +
 gjs/profiler.cpp      | 1 -
 2 files changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/gjs/context-private.h b/gjs/context-private.h
index 1b1e5562..c88537c0 100644
--- a/gjs/context-private.h
+++ b/gjs/context-private.h
@@ -55,6 +55,7 @@ template <class Key>
 struct DefaultHasher;
 }
 class GjsAtoms;
+class JSTracer;
 
 using JobQueueStorage =
     JS::GCVector<JS::Heap<JSObject*>, 0, js::SystemAllocPolicy>;
diff --git a/gjs/profiler.cpp b/gjs/profiler.cpp
index bfcc0c68..9037e367 100644
--- a/gjs/profiler.cpp
+++ b/gjs/profiler.cpp
@@ -54,7 +54,6 @@
 
 #include "gjs/context.h"
 #include "gjs/jsapi-util.h"
-#include "gjs/macros.h"
 #include "gjs/profiler.h"
 
 #define FLUSH_DELAY_SECONDS 3


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]