aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2011-07-19 17:56:52 +0200
committerHolger Hans Peter Freyther <zecke@selfish.org>2011-07-19 17:56:52 +0200
commitcae1b7c960f28b0fdb90a08a131e25051914b55f (patch)
tree068d935ca5464d23245b8488da318c220b1d687d /src
parent5d62ed0904204b9064699475cd55f6832d46ad67 (diff)
misc: Remove process.h include, osmo_daemonize is in application.h now
Diffstat (limited to 'src')
-rw-r--r--src/osmo_server_main.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/osmo_server_main.c b/src/osmo_server_main.c
index 4e67163..83efa21 100644
--- a/src/osmo_server_main.c
+++ b/src/osmo_server_main.c
@@ -24,7 +24,6 @@
#include <osmo-pcap/osmo_pcap_server.h>
#include <osmocom/core/application.h>
-#include <osmocom/core/process.h>
#include <osmocom/core/rate_ctr.h>
#include <osmocom/core/select.h>
#include <osmocom/core/talloc.h>