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"