summaryrefslogtreecommitdiff
path: root/examples/amqps_producer.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/amqps_producer.c')
-rw-r--r--examples/amqps_producer.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/amqps_producer.c b/examples/amqps_producer.c
index 07e7ad7..08ffa16 100644
--- a/examples/amqps_producer.c
+++ b/examples/amqps_producer.c
@@ -37,13 +37,13 @@
* ***** END LICENSE BLOCK *****
*/
+#include <stdint.h>
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
-#include <stdint.h>
+#include <amqp.h>
#include <amqp_ssl_socket.h>
-#include <amqp_framing.h>
#include "utils.h"