From 2ee1387f3413bb00c5090bd895644b537cb4f5d3 Mon Sep 17 00:00:00 2001 From: Marc Hartmayer Date: Tue, 11 Oct 2022 16:22:10 +0000 Subject: [PATCH] libpv/genprotimg/pvattest: use `glib/gi18n.h` MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Replace `` with `` since `` should only be used for libraries (see https://docs.gtk.org/glib/i18n.html). Signed-off-by: Marc Hartmayer Reviewed-by: Steffen Eiden Signed-off-by: Jan Höppner --- genprotimg/src/common.h | 2 +- include/libpv/common.h | 2 +- pvattest/src/common.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/genprotimg/src/common.h b/genprotimg/src/common.h index d0cef964..96b6e610 100644 --- a/genprotimg/src/common.h +++ b/genprotimg/src/common.h @@ -10,7 +10,7 @@ #define GETTEXT_PACKAGE "genprotimg" #include -#include +#include #include "boot/linux_layout.h" #include "boot/s390.h" diff --git a/include/libpv/common.h b/include/libpv/common.h index bfc6c4e4..cda8d72b 100644 --- a/include/libpv/common.h +++ b/include/libpv/common.h @@ -15,7 +15,7 @@ */ #include "libpv/glib-helper.h" -#include +#include #include "libpv/openssl-compat.h" #include "libpv/macros.h" diff --git a/pvattest/src/common.h b/pvattest/src/common.h index c7ef54a0..e2e3ef14 100644 --- a/pvattest/src/common.h +++ b/pvattest/src/common.h @@ -11,7 +11,7 @@ /* Must be included before any other header */ #include "config.h" -#include +#include #include #include "libpv/glib-helper.h"