Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: EthernetInterface EthernetInterface_RSF EthernetInterface EthernetInterface ... more
Diff: UDPSocket.h
- Revision:
- 19:434906b5b977
- Parent:
- 18:d56496360fc9
diff -r d56496360fc9 -r 434906b5b977 UDPSocket.h --- a/UDPSocket.h Thu May 30 17:15:01 2013 +0100 +++ b/UDPSocket.h Mon Aug 19 18:38:18 2013 +0300 @@ -22,8 +22,6 @@ #include "Socket/Socket.h" #include "Socket/Endpoint.h" -#include <cstdint> - /** UDP Socket */
