deleted useless headers

This commit is contained in:
wangyu-
2017-08-22 11:00:44 -05:00
parent e6f0ed035c
commit b9030fe81d
2 changed files with 2 additions and 49 deletions

View File

@@ -2,6 +2,7 @@
#include "network.h"
#include "log.h"
#include "lib/md5.h"
#include "encrypt.h"
char local_ip[100]="0.0.0.0", remote_ip[100]="255.255.255.255",source_ip[100]="0.0.0.0";
u32_t local_ip_uint32,remote_ip_uint32,source_ip_uint32;