- Removed extraneous "polarssl/" in front on include directives in header files

diff --git a/include/polarssl/debug.h b/include/polarssl/debug.h
index b1758b8..263c939 100644
--- a/include/polarssl/debug.h
+++ b/include/polarssl/debug.h
@@ -27,8 +27,8 @@
 #ifndef SSL_DEBUG_H
 #define SSL_DEBUG_H
 
-#include "polarssl/config.h"
-#include "polarssl/ssl.h"
+#include "config.h"
+#include "ssl.h"
 
 #if defined(POLARSSL_DEBUG_MSG) && defined(POLARSSL_DEBUG_C)