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-11-21 14:45:29 +0200
commit49349224a0256ad109535b4731dd562f35ef00ae (patch)
treed57a5c783abe852b6536bc742e5fe94ca75bd889 /helper/ip.c
parent444eed490f4bdbe5303ccdb8d35c51d82f236860 (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>