Skip to content

Commit

Permalink
remove utility folder
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulStoffregen committed Jan 1, 2016
1 parent 9d9442a commit 3c027c8
Show file tree
Hide file tree
Showing 7 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion EthernetClient.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#include "Print.h"
#include "Client.h"
#include "IPAddress.h"
#include "utility/socket.h"
#include "socket.h"

class EthernetClient : public Client {

Expand Down
2 changes: 1 addition & 1 deletion EthernetServer.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#define ethernetserver_h

#include "Server.h"
#include "utility/socket.h"
#include "socket.h"

class EthernetClient;

Expand Down
2 changes: 1 addition & 1 deletion EthernetUdp.h
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
#define ethernetudp_h

#include <Udp.h>
#include "utility/socket.h"
#include "socket.h"

#define UDP_TX_PACKET_MAX_SIZE 24

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 3c027c8

Please sign in to comment.