mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
libsysprof-ui: remove grid include from assistant
This commit is contained in:
@ -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);
|
||||
|
||||
Reference in New Issue
Block a user