From c40338bb0f74bad12fc858128714f2481de9a790 Mon Sep 17 00:00:00 2001 From: Christian Hergert Date: Mon, 26 Jun 2023 16:40:30 -0700 Subject: [PATCH] libsysprof-gtk: add some missing header includes --- src/libsysprof-gtk/sysprof-gtk.h | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/libsysprof-gtk/sysprof-gtk.h b/src/libsysprof-gtk/sysprof-gtk.h index c87c8207..5b557304 100644 --- a/src/libsysprof-gtk/sysprof-gtk.h +++ b/src/libsysprof-gtk/sysprof-gtk.h @@ -23,6 +23,7 @@ G_BEGIN_DECLS #define SYSPROF_GTK_INSIDE +# include "sysprof-axis.h" # include "sysprof-callgraph-view.h" # include "sysprof-chart.h" # include "sysprof-chart-layer.h" @@ -30,10 +31,19 @@ G_BEGIN_DECLS # include "sysprof-line-layer.h" # include "sysprof-mark-chart.h" # include "sysprof-mark-table.h" +# include "sysprof-normalized-series.h" +# include "sysprof-normalized-series-item.h" +# include "sysprof-series.h" # include "sysprof-session.h" # include "sysprof-split-layer.h" +# include "sysprof-time-series.h" +# include "sysprof-time-series-item.h" # include "sysprof-time-span-layer.h" +# include "sysprof-value-axis.h" # include "sysprof-weighted-callgraph-view.h" +# include "sysprof-xy-layer.h" +# include "sysprof-xy-series.h" +# include "sysprof-xy-series-item.h" #undef SYSPROF_GTK_INSIDE G_END_DECLS