Removed lwapp.h include from capwap.h

FossilOrigin-Name: 759b461d9234fd587949efc0275cb03eec92f55864c6cac3d9b124593702f2b5
This commit is contained in:
7u83@mail.ru 2018-02-23 17:37:51 +00:00
parent c2c9087017
commit 40de403b03
2 changed files with 2 additions and 3 deletions

View File

@ -26,14 +26,13 @@
#define __CAPWAP_H
#include <stdint.h>
#include <string.h>
//#include <string.h>
#include <errno.h>
#include <arpa/inet.h>
#include "conn.h"
#include "lwapp.h"
#include "strlist.h"

View File

@ -10,7 +10,7 @@
#include "sock.h"
#include "lwapp.h"