From c46f1ee5b8b9f7ea7e398f373f990b6e3440a257 Mon Sep 17 00:00:00 2001 From: Dan Crowell Date: Wed, 20 Nov 2019 12:36:48 -0600 Subject: Automatically include config.h Rather than having to remember to include config.h anywhere we reference a CONFIG variable (and usually forgetting), this adds it to the default compiler flags so that it gets included in every source file we build. Change-Id: I53622ab4d46c55d942e98cae6ec03049fd5b3d08 Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/87475 Tested-by: Jenkins Server Tested-by: Jenkins OP Build CI Tested-by: Jenkins OP HW Tested-by: FSP CI Jenkins Reviewed-by: Zachary Clark Reviewed-by: Roland Veloz Reviewed-by: Christian R Geddes Reviewed-by: Nicholas E Bofferding --- src/usr/trace/daemon/daemon.C | 3 +-- src/usr/trace/service.C | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) (limited to 'src/usr/trace') diff --git a/src/usr/trace/daemon/daemon.C b/src/usr/trace/daemon/daemon.C index a70ad2997..dffe118b8 100644 --- a/src/usr/trace/daemon/daemon.C +++ b/src/usr/trace/daemon/daemon.C @@ -5,7 +5,7 @@ /* */ /* OpenPOWER HostBoot Project */ /* */ -/* Contributors Listed Below - COPYRIGHT 2012,2018 */ +/* Contributors Listed Below - COPYRIGHT 2012,2019 */ /* [+] Google Inc. */ /* [+] International Business Machines Corp. */ /* */ @@ -47,7 +47,6 @@ #include #include -#include #include #include #include diff --git a/src/usr/trace/service.C b/src/usr/trace/service.C index ad8a0250c..21b2269b5 100644 --- a/src/usr/trace/service.C +++ b/src/usr/trace/service.C @@ -5,7 +5,7 @@ /* */ /* OpenPOWER HostBoot Project */ /* */ -/* Contributors Listed Below - COPYRIGHT 2012,2018 */ +/* Contributors Listed Below - COPYRIGHT 2012,2019 */ /* [+] Google Inc. */ /* [+] International Business Machines Corp. */ /* */ @@ -37,7 +37,6 @@ #include #include #include -#include #include #include #include -- cgit v1.2.3