From dcdc859759bdc67a2a1139e8df86f5dfa128cec4 Mon Sep 17 00:00:00 2001 From: Christian Hergert Date: Tue, 20 Jun 2023 11:09:25 -0700 Subject: [PATCH] libsysprof-gtk: add chart headers to toplevel header --- src/libsysprof-gtk/sysprof-gtk.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/libsysprof-gtk/sysprof-gtk.h b/src/libsysprof-gtk/sysprof-gtk.h index c886f0c3..a24cc258 100644 --- a/src/libsysprof-gtk/sysprof-gtk.h +++ b/src/libsysprof-gtk/sysprof-gtk.h @@ -24,6 +24,9 @@ G_BEGIN_DECLS #define SYSPROF_GTK_INSIDE # include "sysprof-callgraph-view.h" +# include "sysprof-chart.h" +# include "sysprof-chart-layer.h" +# include "sysprof-depth-layer.h" # include "sysprof-mark-chart.h" # include "sysprof-mark-table.h" # include "sysprof-session.h"