Rename include directory to mbedtls
diff --git a/library/md5.c b/library/md5.c
index a14a9cf..4f0c5c1 100644
--- a/library/md5.c
+++ b/library/md5.c
@@ -26,14 +26,14 @@
*/
#if !defined(POLARSSL_CONFIG_FILE)
-#include "polarssl/config.h"
+#include "mbedtls/config.h"
#else
#include POLARSSL_CONFIG_FILE
#endif
#if defined(POLARSSL_MD5_C)
-#include "polarssl/md5.h"
+#include "mbedtls/md5.h"
#include <string.h>
@@ -43,7 +43,7 @@
#if defined(POLARSSL_SELF_TEST)
#if defined(POLARSSL_PLATFORM_C)
-#include "polarssl/platform.h"
+#include "mbedtls/platform.h"
#else
#include <stdio.h>
#define polarssl_printf printf