aboutsummaryrefslogtreecommitdiff
path: root/helper/ip.c
diff options
context:
space:
mode:
authorMatias Elo <matias.elo@nokia.com>2019-09-24 10:25:47 +0300
committerMatias Elo <matias.elo@nokia.com>2019-09-27 13:10:32 +0300
commit9a2c3cdbb542c7514e5d89c38b5d3d534a7dc240 (patch)
treebf0678afe2317077ef6e83846a408b928351a200 /helper/ip.c
parent235478efa4afa44167b0af95b5ee10e635beed08 (diff)
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 <matias.elo@nokia.com> Reviewed-by: Petri Savolainen <petri.savolainen@nokia.com> Reported-by: Mikko Parpala <mikko.parpala@nokia.com>
Diffstat (limited to 'helper/ip.c')
-rw-r--r--helper/ip.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/helper/ip.c b/helper/ip.c
index 8ecda69e0..9e02892aa 100644
--- a/helper/ip.c
+++ b/helper/ip.c
@@ -4,8 +4,6 @@
* SPDX-License-Identifier: BSD-3-Clause
*/
-#include "config.h"
-
#include <odp/helper/ip.h>
#include <stdio.h>