aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/osmo-bsc_mgcp
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2011-07-18 10:40:13 +0200
committerHolger Hans Peter Freyther <zecke@selfish.org>2011-07-18 10:40:13 +0200
commit95fd72b9f786e46f3c81bfc370c454c01f0d99ae (patch)
treee041e26ce82bb9bde4529405e6cde608ed08794e /openbsc/src/osmo-bsc_mgcp
parentd010eb465164c7cb6156249f74b774ad40849fb4 (diff)
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.
Diffstat (limited to 'openbsc/src/osmo-bsc_mgcp')
-rw-r--r--openbsc/src/osmo-bsc_mgcp/mgcp_main.c1
1 files changed, 0 insertions, 1 deletions
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 <osmocom/core/application.h>
#include <osmocom/core/msgb.h>
#include <osmocom/core/talloc.h>
-#include <osmocom/core/process.h>
#include <osmocom/core/select.h>
#include <osmocom/vty/telnet_interface.h>