aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/osmo-bsc_nat
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_nat
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_nat')
-rw-r--r--openbsc/src/osmo-bsc_nat/bsc_nat.c1
1 files changed, 0 insertions, 1 deletions
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 <osmocom/core/application.h>
#include <osmocom/core/talloc.h>
-#include <osmocom/core/process.h>
#include <osmocom/gsm/gsm0808.h>
#include <osmocom/gsm/protocol/gsm_08_08.h>