libsysprof-ui: remove grid include from assistant

This commit is contained in:
Christian Hergert
2022-07-11 13:04:54 -07:00
parent c9eb230cb2
commit 0be07b989e

View File

@ -25,8 +25,6 @@
#include <adwaita.h>
#include <sysprof.h>
#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);