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

@@ -10,12 +10,9 @@
#ifndef PROCESS_WINDOW_H
#define PROCESS_WINDOW_H
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include <glib-object.h>
#include <gtk/gtk.h>
#include <xfconf/xfconf.h>
#define XTM_TYPE_PROCESS_WINDOW (xtm_process_window_get_type ())
#define XTM_PROCESS_WINDOW(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), XTM_TYPE_PROCESS_WINDOW, XtmProcessWindow))