Clean up and sort includes

This commit is contained in:
Gaël Bonithon
2024-05-05 16:27:44 +02:00
parent a034f4a6fc
commit 95a2d9c5bf
24 changed files with 100 additions and 189 deletions

View File

@@ -8,17 +8,15 @@
*/
#ifdef HAVE_CONFIG_H
#include <config.h>
#include "config.h"
#endif
#include <glib-object.h>
#include <glib/gi18n.h>
#include <gtk/gtk.h>
#include <gdk/gdkkeysyms.h>
#include "task-manager.h"
#include "process-tree-view.h"
#include "process-tree-model.h"
#include "process-tree-view.h"
#include "task-manager.h"
#include <gdk/gdkkeysyms.h>
#include <glib/gi18n.h>
@@ -950,4 +948,3 @@ xtm_process_tree_model_new (GtkTreeModel * model)
return g_object_new (XTM_TYPE_PROCESS_TREE_MODEL, "model", model, NULL);
}