From 95fd72b9f786e46f3c81bfc370c454c01f0d99ae Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Mon, 18 Jul 2011 10:40:13 +0200 Subject: [PATCH] misc: Remove the osmocom/core/process.h include The osmo_daemonize moved from process.h to application.h (that is already included), remove the process.h include. --- openbsc/src/gprs/gb_proxy_main.c | 1 - openbsc/src/osmo-bsc/osmo_bsc_main.c | 1 - openbsc/src/osmo-bsc_mgcp/mgcp_main.c | 1 - openbsc/src/osmo-bsc_nat/bsc_nat.c | 1 - openbsc/src/osmo-nitb/bsc_hack.c | 1 - 5 files changed, 5 deletions(-) diff --git a/openbsc/src/gprs/gb_proxy_main.c b/openbsc/src/gprs/gb_proxy_main.c index 028f9896f..ee8a87002 100644 --- a/openbsc/src/gprs/gb_proxy_main.c +++ b/openbsc/src/gprs/gb_proxy_main.c @@ -36,7 +36,6 @@ #include #include #include -#include #include #include diff --git a/openbsc/src/osmo-bsc/osmo_bsc_main.c b/openbsc/src/osmo-bsc/osmo_bsc_main.c index 7d5d835d6..c9ae975cb 100644 --- a/openbsc/src/osmo-bsc/osmo_bsc_main.c +++ b/openbsc/src/osmo-bsc/osmo_bsc_main.c @@ -30,7 +30,6 @@ #include #include -#include #include #include diff --git a/openbsc/src/osmo-bsc_mgcp/mgcp_main.c b/openbsc/src/osmo-bsc_mgcp/mgcp_main.c index 921fa09b2..d5de4061b 100644 --- a/openbsc/src/osmo-bsc_mgcp/mgcp_main.c +++ b/openbsc/src/osmo-bsc_mgcp/mgcp_main.c @@ -40,7 +40,6 @@ #include #include #include -#include #include #include diff --git a/openbsc/src/osmo-bsc_nat/bsc_nat.c b/openbsc/src/osmo-bsc_nat/bsc_nat.c index 9ed8e58fe..445f45915 100644 --- a/openbsc/src/osmo-bsc_nat/bsc_nat.c +++ b/openbsc/src/osmo-bsc_nat/bsc_nat.c @@ -47,7 +47,6 @@ #include #include -#include #include #include diff --git a/openbsc/src/osmo-nitb/bsc_hack.c b/openbsc/src/osmo-nitb/bsc_hack.c index fc67a4d52..9693dc476 100644 --- a/openbsc/src/osmo-nitb/bsc_hack.c +++ b/openbsc/src/osmo-nitb/bsc_hack.c @@ -32,7 +32,6 @@ #include #include #include -#include #include #include #include