From f8ff41e0f9200f904cd346b06fe518f72c4ee113 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Fri, 12 Aug 2016 10:31:02 +0200 Subject: misc: Address compiler warning about deprecated header In file included from osmo_client_main.c:27:0: /home/ich/install/openbsc/include/osmocom/core/process.h:1:2: warning: #warning "Update from osmocom/core/process.h to osmocom/core/application.h" [-Wcpp] #warning "Update from osmocom/core/process.h to osmocom/core/application.h" Change-Id: Id60cf90ebb7255d79f8e3bdb81f099f1362d538b --- src/osmo_client_main.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/osmo_client_main.c b/src/osmo_client_main.c index 9ea0b66..a38cc80 100644 --- a/src/osmo_client_main.c +++ b/src/osmo_client_main.c @@ -24,7 +24,6 @@ #include #include -#include #include #include #include -- cgit v1.2.3