Skip to content

Commit

Permalink
Got rid of time.h
Browse files Browse the repository at this point in the history
  • Loading branch information
Samuel Cappon committed Apr 2, 2020
1 parent 491c469 commit 6b707f0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions src/Channel.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@
#include <amqp.h>
#include <amqp_framing.h>
#include <amqp_tcp_socket.h>
//#include <amqp_socket.h>
#include <sys/time.h>
#ifdef SAC_SSL_SUPPORT_ENABLED
#include <amqp_ssl_socket.h>
#endif
Expand Down
1 change: 0 additions & 1 deletion src/SimpleAmqpClient/Channel.h
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@
#include <boost/shared_ptr.hpp>
#include <boost/utility.hpp>
#include <string>
#include <sys/time.h>
#include <vector>

#ifdef _MSC_VER
Expand Down

0 comments on commit 6b707f0

Please sign in to comment.