From 9a2c3cdbb542c7514e5d89c38b5d3d534a7dc240 Mon Sep 17 00:00:00 2001 From: Matias Elo Date: Tue, 24 Sep 2019 10:25:47 +0300 Subject: linux-gen: include config.h header in install directory Previously, config.h header was not included in install dir. This caused a compilation failure when an application tried to include ODP helper headers. config.h has been moved to include/odp subdirectory to avoid naming conflicts and unnecessary includes have been removed. Signed-off-by: Matias Elo Reviewed-by: Petri Savolainen Reported-by: Mikko Parpala --- platform/linux-generic/odp_thread.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'platform/linux-generic/odp_thread.c') diff --git a/platform/linux-generic/odp_thread.c b/platform/linux-generic/odp_thread.c index b30174dde..0ff0dc821 100644 --- a/platform/linux-generic/odp_thread.c +++ b/platform/linux-generic/odp_thread.c @@ -4,8 +4,6 @@ * SPDX-License-Identifier: BSD-3-Clause */ -#include "config.h" - #include #include -- cgit v1.2.3