summaryrefslogtreecommitdiff
path: root/examples/amqp_consumer.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/amqp_consumer.c')
-rw-r--r--examples/amqp_consumer.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/examples/amqp_consumer.c b/examples/amqp_consumer.c
index cfb5118..8ac3149 100644
--- a/examples/amqp_consumer.c
+++ b/examples/amqp_consumer.c
@@ -34,14 +34,13 @@
* ***** END LICENSE BLOCK *****
*/
+#include <stdint.h>
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
-#include <stdint.h>
-#include <amqp_tcp_socket.h>
#include <amqp.h>
-#include <amqp_framing.h>
+#include <amqp_tcp_socket.h>
#include <assert.h>