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

diff --git a/include/polarssl/version.h b/include/polarssl/version.h
index 03a55ce..a12fdd1 100644
--- a/include/polarssl/version.h
+++ b/include/polarssl/version.h
@@ -31,7 +31,7 @@
 #ifndef POLARSSL_VERSION_H
 #define POLARSSL_VERSION_H
 
-#include "polarssl/config.h"
+#include "config.h"
 
 /**
  * The version number x.y.z is split into three parts.