diff options
| author | Trung LĂȘ <8@tle.id.au> | 2026-06-10 11:11:52 +1000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-06-10 11:11:52 +1000 |
| commit | 3d6435e45cc4b760afa10ddf96a1c542817c0fe1 (patch) | |
| tree | c461c87c953d6b57abb5ca353bfe8929d06fe12d /src/gsr-config.c | |
| parent | 76ff689850c160e7eca27ee51852dcf17cc1938a (diff) | |
| parent | 53ccd9f7ca56a77c445c1cf5eada3ea8e07c16b6 (diff) | |
Merge pull request #7 from runlevel5/feature/goblint-analysis
ci: adopt gobject-linter as a blocking static-analysis gate
Diffstat (limited to 'src/gsr-config.c')
| -rw-r--r-- | src/gsr-config.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/gsr-config.c b/src/gsr-config.c index e9de887..af8b980 100644 --- a/src/gsr-config.c +++ b/src/gsr-config.c @@ -1,15 +1,15 @@ #include "gsr-config.h" -#include <stdio.h> -#include <stdlib.h> -#include <string.h> #include <errno.h> #include <inttypes.h> -#include <unistd.h> -#include <limits.h> #include <libgen.h> +#include <limits.h> #include <pwd.h> +#include <stdio.h> +#include <stdlib.h> +#include <string.h> #include <sys/stat.h> +#include <unistd.h> #include <gtk/gtk.h> |
