fork of http://developer.mbed.org/users/jwende/code/MQTT/, removed inclusion of EthernetInterface.h
Dependents: 2lemetry AerCloud_MutliTech_Socket_Modem_Example MultiTech_AerCloud_ST-sensor_Modem MultiTech_ST_Aeris_Demo ... more
Fork of MQTT by
Revision 1:66fba174d875, committed 2014-10-28
- Comitter:
- mfiore
- Date:
- Tue Oct 28 16:58:01 2014 +0000
- Parent:
- 0:ca855d29545b
- Commit message:
- mqtt: remove unnecessary inclusion of EthernetInterface.h in header
Changed in this revision
PubSubClient.h | Show annotated file Show diff for this revision Revisions of this file |
diff -r ca855d29545b -r 66fba174d875 PubSubClient.h --- a/PubSubClient.h Sun May 26 16:52:01 2013 +0000 +++ b/PubSubClient.h Tue Oct 28 16:58:01 2014 +0000 @@ -4,7 +4,6 @@ http://knolleary.net */ #include "mbed.h" -#include "EthernetInterface.h" #include "TCPSocketConnection.h" #ifndef PubSubClient_h