Host library for controlling a WiConnect enabled Wi-Fi module.

Dependents:   wiconnect-ota_example wiconnect-web_setup_example wiconnect-test-console wiconnect-tcp_server_example ... more

Revision:
32:b2bdbc018665
Parent:
29:b6af04b77a56
--- a/api/types/Socket/Socket.h	Mon Oct 27 13:52:55 2014 -0700
+++ b/api/types/Socket/Socket.h	Mon Oct 27 14:16:03 2014 -0700
@@ -21,13 +21,11 @@
 
 #include "api/types/Socket/lwip/sockets.h"
 #include "api/types/Socket/lwip/netdb.h"
-#include "api/WiconnectTypes.h"
+
 #include "api/types/WiconnectSocket.h"
 
-
 using namespace wiconnect;
 
-
 #define SOCKET_API_DEFAULT_RX_BUFFER_SIZE 128
 #define SOCKET_API_DEFAULT_TX_BUFFER_SIZE 128