summaryrefslogtreecommitdiff
path: root/librabbitmq/amqp_framing.c
diff options
context:
space:
mode:
authorAlan Antonuk <alan.antonuk@gmail.com>2013-06-12 16:59:19 -0700
committerAlan Antonuk <alan.antonuk@gmail.com>2013-06-13 16:40:36 -0700
commit0218bb262b9323f431ed84f5c1d1eb1c5bdb1c8b (patch)
tree1fb756c31dda6bc7736fa1650b87d65ff839c382 /librabbitmq/amqp_framing.c
parent22e41b8b52bace283c424d9a125656fcb0a41120 (diff)
downloadrabbitmq-c-github-ask-0218bb262b9323f431ed84f5c1d1eb1c5bdb1c8b.tar.gz
Move amqp_os_socket* funcs to amqp_socket.h/c
Doing this for code clarity, as its easier to see what the issues are when you have all implementations in one file
Diffstat (limited to 'librabbitmq/amqp_framing.c')
-rw-r--r--librabbitmq/amqp_framing.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/librabbitmq/amqp_framing.c b/librabbitmq/amqp_framing.c
index 62b01f6..e065e48 100644
--- a/librabbitmq/amqp_framing.c
+++ b/librabbitmq/amqp_framing.c
@@ -39,7 +39,6 @@
#endif
#include "amqp_private.h"
-#include "socket.h"
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>