summaryrefslogtreecommitdiff
path: root/examples/amqp_producer.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/amqp_producer.c')
-rw-r--r--examples/amqp_producer.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/examples/amqp_producer.c b/examples/amqp_producer.c
index b6fca58..1684d6e 100644
--- a/examples/amqp_producer.c
+++ b/examples/amqp_producer.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 "utils.h"