Removed stio.h

FossilOrigin-Name: 3589bf07850a85aa52350f8c04e85c52565e5e33fbf1ecedf5277d6067d35d48
This commit is contained in:
7u83@mail.ru 2014-08-17 22:08:34 +00:00
parent db5013df57
commit b35e094210
1 changed files with 0 additions and 4 deletions

View File

@ -16,8 +16,6 @@
*/
#include <stdio.h> //tube
#include <stdlib.h>
#include <string.h>
@ -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);
}