aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/osmo-nitb/bsc_hack.c
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-nitb/bsc_hack.c
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-nitb/bsc_hack.c')
-rw-r--r--openbsc/src/osmo-nitb/bsc_hack.c1
1 files changed, 0 insertions, 1 deletions
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 <openbsc/db.h>
#include <osmocom/core/application.h>
#include <osmocom/core/select.h>
-#include <osmocom/core/process.h>
#include <openbsc/debug.h>
#include <openbsc/e1_input.h>
#include <osmocom/core/talloc.h>