From 8131a2f978c8fe56e449ffb851f46e41bdaf4703 Mon Sep 17 00:00:00 2001 From: Romain Naour Date: Tue, 1 Sep 2020 15:16:48 +0200 Subject: [PATCH] SV and Goose publisher: remove libiec61850_platform_includes.h include Any application including goose_publisher.h or sv_publisher.h from installed headers (/usr/include/libiec61850) fail to build due to missing libiec61850_platform_includes.h internal header. libiec61850_platform_includes.h was removed from installed headers (API_HEADERS) by commit [1]. [1] 7d22aba90086d5f498a9c3bf0f888fbf60b5b08f Reported-by: Jean-Baptiste FLAMANT Signed-off-by: Romain Naour --- src/goose/goose_publisher.h | 1 - src/sampled_values/sv_publisher.h | 1 - 2 files changed, 2 deletions(-) diff --git a/src/goose/goose_publisher.h b/src/goose/goose_publisher.h index 412a4e7b..30e14151 100644 --- a/src/goose/goose_publisher.h +++ b/src/goose/goose_publisher.h @@ -24,7 +24,6 @@ #ifndef GOOSE_PUBLISHER_H_ #define GOOSE_PUBLISHER_H_ -#include "libiec61850_platform_includes.h" #include "linked_list.h" #include "mms_value.h" diff --git a/src/sampled_values/sv_publisher.h b/src/sampled_values/sv_publisher.h index c737ae5f..f753dc5d 100644 --- a/src/sampled_values/sv_publisher.h +++ b/src/sampled_values/sv_publisher.h @@ -25,7 +25,6 @@ #ifndef LIBIEC61850_SRC_SAMPLED_VALUES_SV_PUBLISHER_H_ #define LIBIEC61850_SRC_SAMPLED_VALUES_SV_PUBLISHER_H_ -#include "libiec61850_platform_includes.h" #include "iec61850_common.h" #ifdef __cplusplus