From b35e094210f01895b825c5b9a7fc4a416ffbfd26 Mon Sep 17 00:00:00 2001 From: "7u83@mail.ru" <7u83@mail.ru@noemail.net> Date: Sun, 17 Aug 2014 22:08:34 +0000 Subject: [PATCH] Removed stio.h FossilOrigin-Name: 3589bf07850a85aa52350f8c04e85c52565e5e33fbf1ecedf5277d6067d35d48 --- src/capwap/process_discovery_request.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/capwap/process_discovery_request.c b/src/capwap/process_discovery_request.c index 6306acb8..70eec551 100644 --- a/src/capwap/process_discovery_request.c +++ b/src/capwap/process_discovery_request.c @@ -16,8 +16,6 @@ */ - -#include //tube #include #include @@ -61,5 +59,3 @@ void process_discovery_request(struct wtpinfo * wtpinfo, uint8_t * msg, int len) cw_foreach_msgelem(msg,len,wtpinfo_readelem_discovery_req,wtpinfo); } - -