A small memory footprint AMQP implimentation

Dependents:   iothub_client_sample_amqp remote_monitoring simplesample_amqp

Revision:
17:923575db8b2d
Parent:
6:641a9672db08
Child:
19:000ab4e6a2c1
diff -r 22a72cf8e416 -r 923575db8b2d cbs.c
--- a/cbs.c	Fri Jan 13 18:40:42 2017 -0800
+++ b/cbs.c	Tue Jan 24 15:23:52 2017 -0800
@@ -2,10 +2,6 @@
 // Licensed under the MIT license. See LICENSE file in the project root for full license information.
 
 #include <stdlib.h>
-#ifdef _CRTDBG_MAP_ALLOC
-#include <crtdbg.h>
-#endif
-
 #include <stdbool.h>
 #include <stdio.h>
 #include <string.h>