diff --git a/src/libsysprof-capture/mapped-ring-buffer.h b/src/libsysprof-capture/mapped-ring-buffer.h index eb2c6ca4..6bf2bb7a 100644 --- a/src/libsysprof-capture/mapped-ring-buffer.h +++ b/src/libsysprof-capture/mapped-ring-buffer.h @@ -20,7 +20,6 @@ #pragma once -#include #include #include diff --git a/src/libsysprof-capture/meson.build b/src/libsysprof-capture/meson.build index 233e3314..c8cd6895 100644 --- a/src/libsysprof-capture/meson.build +++ b/src/libsysprof-capture/meson.build @@ -37,9 +37,6 @@ configure_file( ) libsysprof_capture_deps = [ - glib_dep, - gio_dep, - gio_unix_dep, dependency('threads'), ] @@ -70,7 +67,6 @@ pkgconfig.generate( filebase: 'sysprof-capture-@0@'.format(libsysprof_api_version), description: 'The static capture library for tools that generate profiling capture data', install_dir: join_paths(get_option('libdir'), 'pkgconfig'), - requires: [ 'glib-2.0' ], variables: [ 'datadir=' + datadir_for_pc_file, ], diff --git a/src/libsysprof-capture/sysprof-capture-types.h b/src/libsysprof-capture/sysprof-capture-types.h index f249be5e..2031fc7e 100644 --- a/src/libsysprof-capture/sysprof-capture-types.h +++ b/src/libsysprof-capture/sysprof-capture-types.h @@ -58,7 +58,6 @@ #include #include -#include #include #include #include diff --git a/src/libsysprof-capture/sysprof-capture-util-private.h b/src/libsysprof-capture/sysprof-capture-util-private.h index 47c59d13..1b1d93e9 100644 --- a/src/libsysprof-capture/sysprof-capture-util-private.h +++ b/src/libsysprof-capture/sysprof-capture-util-private.h @@ -56,8 +56,6 @@ #pragma once -#include - #ifdef __linux__ # include #endif diff --git a/src/libsysprof-capture/sysprof-capture-util.c b/src/libsysprof-capture/sysprof-capture-util.c index b731d030..0bbea06a 100644 --- a/src/libsysprof-capture/sysprof-capture-util.c +++ b/src/libsysprof-capture/sysprof-capture-util.c @@ -58,7 +58,6 @@ #include #include -#include #include #ifdef _WIN32 diff --git a/src/libsysprof-capture/sysprof-capture-writer-cat.c b/src/libsysprof-capture/sysprof-capture-writer-cat.c index 7b8bac54..66171b92 100644 --- a/src/libsysprof-capture/sysprof-capture-writer-cat.c +++ b/src/libsysprof-capture/sysprof-capture-writer-cat.c @@ -58,7 +58,6 @@ #include #include -#include #include #include #include diff --git a/src/libsysprof-capture/sysprof-capture-writer.c b/src/libsysprof-capture/sysprof-capture-writer.c index 444ce5f0..f890da98 100644 --- a/src/libsysprof-capture/sysprof-capture-writer.c +++ b/src/libsysprof-capture/sysprof-capture-writer.c @@ -64,7 +64,6 @@ #include #include #include -#include #include #include #include diff --git a/src/libsysprof-capture/sysprof-capture.h b/src/libsysprof-capture/sysprof-capture.h index e5b2dd5b..ac2f1c25 100644 --- a/src/libsysprof-capture/sysprof-capture.h +++ b/src/libsysprof-capture/sysprof-capture.h @@ -56,8 +56,6 @@ #pragma once -#include - #define SYSPROF_CAPTURE_INSIDE # include "sysprof-address.h" diff --git a/src/libsysprof-capture/sysprof-clock.h b/src/libsysprof-capture/sysprof-clock.h index 288a1fc0..c127c09d 100644 --- a/src/libsysprof-capture/sysprof-clock.h +++ b/src/libsysprof-capture/sysprof-clock.h @@ -56,7 +56,6 @@ #pragma once -#include #include #include diff --git a/src/libsysprof-capture/sysprof-platform.c b/src/libsysprof-capture/sysprof-platform.c index 1a344a52..a80ab890 100644 --- a/src/libsysprof-capture/sysprof-platform.c +++ b/src/libsysprof-capture/sysprof-platform.c @@ -56,8 +56,6 @@ #include "config.h" -#include -#include #include #include #include diff --git a/src/libsysprof-capture/sysprof-version-macros.h b/src/libsysprof-capture/sysprof-version-macros.h index 8152735d..43930127 100644 --- a/src/libsysprof-capture/sysprof-version-macros.h +++ b/src/libsysprof-capture/sysprof-version-macros.h @@ -56,8 +56,6 @@ #pragma once -#include - #include "sysprof-version.h" #ifndef _SYSPROF_EXTERN