[glib/task-trace: 3/5] Make the gtrace-private.h header usable in gio




commit 7f28100fb48a5c2f3a851cc3cd5a4d5f5fe1e9a6
Author: Matthias Clasen <mclasen redhat com>
Date:   Fri Aug 21 11:49:08 2020 -0400

    Make the gtrace-private.h header usable in gio
    
    Don't include glib-private headers here, so we can
    share this.

 glib/gtrace-private.h | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
---
diff --git a/glib/gtrace-private.h b/glib/gtrace-private.h
index 41258ed6b..1e7d9025e 100644
--- a/glib/gtrace-private.h
+++ b/glib/gtrace-private.h
@@ -23,8 +23,7 @@
 #include <sysprof-capture.h>
 #endif
 
-#include "gmem.h"
-#include "gmacros.h"
+#include "glib.h"
 
 G_BEGIN_DECLS
 


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