From 0be07b989e679de26a150a7df7d40332e9a0c224 Mon Sep 17 00:00:00 2001 From: Christian Hergert Date: Mon, 11 Jul 2022 13:04:54 -0700 Subject: [PATCH] libsysprof-ui: remove grid include from assistant --- src/libsysprof-ui/sysprof-profiler-assistant.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/libsysprof-ui/sysprof-profiler-assistant.c b/src/libsysprof-ui/sysprof-profiler-assistant.c index 2dc3d4ed..578c0d8a 100644 --- a/src/libsysprof-ui/sysprof-profiler-assistant.c +++ b/src/libsysprof-ui/sysprof-profiler-assistant.c @@ -25,8 +25,6 @@ #include #include -#include "egg-three-grid.h" - #include "sysprof-platform.h" #include "sysprof-aid-icon.h" @@ -401,8 +399,6 @@ sysprof_profiler_assistant_class_init (SysprofProfilerAssistantClass *klass) gtk_widget_class_bind_template_child (widget_class, SysprofProfilerAssistant, inherit_switch); gtk_widget_class_bind_template_child (widget_class, SysprofProfilerAssistant, search_entry); - g_type_ensure (EGG_TYPE_THREE_GRID); - g_type_ensure (SYSPROF_TYPE_AID_ICON); g_type_ensure (SYSPROF_TYPE_BATTERY_AID); g_type_ensure (SYSPROF_TYPE_CALLGRAPH_AID);